Initial boiler plate project
This commit is contained in:
12
node_modules/next/dist/build/webpack/loaders/next-metadata-route-loader.d.ts
generated
vendored
Normal file
12
node_modules/next/dist/build/webpack/loaders/next-metadata-route-loader.d.ts
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
import type webpack from 'webpack';
|
||||
type MetadataRouteLoaderOptions = {
|
||||
page: string;
|
||||
filePath: string;
|
||||
isDynamic: '1' | '0';
|
||||
};
|
||||
export declare function getFilenameAndExtension(resourcePath: string): {
|
||||
name: string;
|
||||
ext: string;
|
||||
};
|
||||
declare const nextMetadataRouterLoader: webpack.LoaderDefinitionFunction<MetadataRouteLoaderOptions>;
|
||||
export default nextMetadataRouterLoader;
|
||||
Reference in New Issue
Block a user