Files
novarix.uk/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

7 lines
186 B
TypeScript

export type ClientPagesLoaderOptions = {
absolutePagePath: string;
page: string;
};
declare function nextClientPagesLoader(this: any): any;
export default nextClientPagesLoader;