UNPKG

@nimpl/getters

Version:

Implementation of server getters in React Server Components without switching to SSR in next.js

10 lines (9 loc) 195 B
export declare const getPageConfig: () => { pagePath?: undefined; dynamic?: undefined; basePath?: undefined; } | { pagePath: string; dynamic: string; basePath: string; };