Files
old-kitabcitab-frontend/kitabcitab/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.d.ts
2022-12-27 12:05:56 +01:00

9 lines
381 B
TypeScript

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>;