UNPKG

next

Version:

The React Framework

7 lines (6 loc) 186 B
export type ClientPagesLoaderOptions = { absolutePagePath: string; page: string; }; declare function nextClientPagesLoader(this: any): any; export default nextClientPagesLoader;