/home/techb158/balavpn.abdallabala.com/node_modules/next/dist/client/portal
NameSizeModeActions
index.d.ts1860666editdlrm
index.js11330666editdlrm
index.js.map12470666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/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 {};