Initial boiler plate project
This commit is contained in:
4
node_modules/next/dist/shared/lib/loadable-context.shared-runtime.d.ts
generated
vendored
Normal file
4
node_modules/next/dist/shared/lib/loadable-context.shared-runtime.d.ts
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import React from 'react';
|
||||
type CaptureFn = (moduleName: string) => void;
|
||||
export declare const LoadableContext: React.Context<CaptureFn | null>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user