create project
This commit is contained in:
8
kitabcitab/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.d.ts
generated
vendored
Normal file
8
kitabcitab/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export declare type ClientComponentImports = string[];
|
||||
export declare type CssImports = Record<string, string[]>;
|
||||
export declare type NextFlightClientEntryLoaderOptions = {
|
||||
modules: ClientComponentImports;
|
||||
/** This is transmitted as a string to `getOptions` */
|
||||
server: boolean | 'true' | 'false';
|
||||
};
|
||||
export default function transformSource(this: any): Promise<string>;
|
||||
Reference in New Issue
Block a user