UNPKG

vite-plugin-react-pages

Version:

<p> <a href="https://www.npmjs.com/package/vite-plugin-react-pages" target="_blank" rel="noopener"><img src="https://img.shields.io/npm/v/vite-plugin-react-pages.svg" alt="npm package" /></a> </p>

8 lines 450 B
import type { PagesData } from './PagesDataKeeper'; export declare function renderPageList(pagesData: PagesData, isBuild: boolean): Promise<string>; export declare function renderPageListInSSR(pagesData: PagesData): Promise<string>; export declare function renderOnePageData(onePageData: { [dataKey: string]: string; }): string; export declare function renderAllPagesOutlines(pagesData: PagesData): string; //# sourceMappingURL=pageUtils.d.ts.map