UNPKG

vike

Version:

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

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