Files
novarix.uk/node_modules/next/dist/build/webpack/loaders/next-root-params-loader.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02: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;