/opt/canhelp/node_modules/next/dist/client/portal
NameSizeModeActions
index.d.ts1860644editdlrm
index.js11330644editdlrm
index.js.map12470644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/client/portal/index.d.ts (186B)
type PortalProps = { children: React.ReactNode; type: string; }; export declare const Portal: ({ children, type }: PortalProps) => import("react").ReactPortal | null; export {};