%PDF- %PDF-
Direktori : /var/www/html/node_modules/next/dist/client/portal/ |
Current File : /var/www/html/node_modules/next/dist/client/portal/index.d.ts |
/// <reference types="react" /> declare type PortalProps = { children: React.ReactNode; type: string; }; export declare const Portal: ({ children, type }: PortalProps) => import("react").ReactPortal | null; export {};