Files
novarix.uk/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

7 lines
237 B
TypeScript

import type { webpack } from 'next/dist/compiled/webpack/webpack';
declare const flightServerReferenceProxyLoader: webpack.LoaderDefinitionFunction<{
id: string;
name: string;
}>;
export default flightServerReferenceProxyLoader;