Files
Webklar.com/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

7 lines
186 B
TypeScript

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