UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

9 lines (8 loc) 376 B
export { parseVirtualFileExports }; import { type PageFile } from './getPageFileObject.js'; import type { PageConfigRuntime, PageConfigGlobalRuntime } from '../../types/PageConfig.js'; declare function parseVirtualFileExports(virtualFileExports: unknown): { pageFilesAll: PageFile[]; pageConfigs: PageConfigRuntime[]; pageConfigGlobal: PageConfigGlobalRuntime; };