| Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/next/dist/client/portal/ |
| Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/next/dist/client/portal/index.d.ts |
type PortalProps = {
children: React.ReactNode;
type: string;
};
export declare const Portal: ({ children, type }: PortalProps) => import("react").ReactPortal | null;
export {};