UNPKG

next

Version:

The React Framework

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