UNPKG

vike

Version:

(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.

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; };