Neah/node_modules/next/dist/client/portal/index.d.ts
2025-04-24 17:19:14 +02:00

7 lines
186 B
TypeScript

type PortalProps = {
children: React.ReactNode;
type: string;
};
export declare const Portal: ({ children, type }: PortalProps) => import("react").ReactPortal | null;
export {};