NeahNew/node_modules/next/dist/client/portal/index.d.ts
2025-05-03 14:17:46 +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 {};