lingjing/node_modules/next/dist/build/webpack/loaders/next-root-params-loader.d.ts
2026-02-23 09:51:43 +00:00

8 lines
278 B
TypeScript

import type { webpack } from 'next/dist/compiled/webpack/webpack';
export type RootParamsLoaderOpts = {
appDir: string;
pageExtensions: string[];
};
declare const rootParamsLoader: webpack.LoaderDefinitionFunction<RootParamsLoaderOpts>;
export default rootParamsLoader;