Initial boiler plate project
This commit is contained in:
7
node_modules/next/dist/client/portal/index.d.ts
generated
vendored
Normal file
7
node_modules/next/dist/client/portal/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
/// <reference types="react" />
|
||||
type PortalProps = {
|
||||
children: React.ReactNode;
|
||||
type: string;
|
||||
};
|
||||
export declare const Portal: ({ children, type }: PortalProps) => import("react").ReactPortal | null;
|
||||
export {};
|
||||
Reference in New Issue
Block a user