Files
Webklar.com/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

9 lines
348 B
TypeScript

export type ClientComponentImports = string[];
export type CssImports = Record<string, string[]>;
export type NextFlightClientEntryLoaderOptions = {
modules: ClientComponentImports;
/** This is transmitted as a string to `getOptions` */
server: boolean | 'true' | 'false';
};
export default function transformSource(this: any): string;