added fonts
This commit is contained in:
Generated
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
import type { webpack } from 'next/dist/compiled/webpack/webpack';
|
||||
export type EdgeAppRouteLoaderQuery = {
|
||||
absolutePagePath: string;
|
||||
page: string;
|
||||
appDirLoader: string;
|
||||
preferredRegion: string | string[] | undefined;
|
||||
nextConfig: string;
|
||||
middlewareConfig: string;
|
||||
cacheHandlers: string;
|
||||
};
|
||||
declare const EdgeAppRouteLoader: webpack.LoaderDefinitionFunction<EdgeAppRouteLoaderQuery>;
|
||||
export default EdgeAppRouteLoader;
|
||||
Reference in New Issue
Block a user