UNPKG

next

Version:

The React Framework

8 lines (7 loc) 227 B
export declare type ClientPagesLoaderOptions = { absolutePagePath: string; page: string; isServerComponent?: boolean; }; declare function nextClientPagesLoader(this: any): any; export default nextClientPagesLoader;