Recipe-app main
This commit is contained in:
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user