wilddragon-site/node_modules/next/dist/client/portal/index.d.ts

7 lines
186 B
TypeScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
type PortalProps = {
children: React.ReactNode;
type: string;
};
export declare const Portal: ({ children, type }: PortalProps) => import("react").ReactPortal | null;
export {};