4 lines
182 B
TypeScript
4 lines
182 B
TypeScript
import type { webpack } from 'next/dist/compiled/webpack/webpack';
|
|
declare const flightClientModuleLoader: webpack.LoaderDefinitionFunction;
|
|
export default flightClientModuleLoader;
|