UNPKG

vike

Version:

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

9 lines (8 loc) • 298 B
export { getPageContextSerializedInHtml }; export { getGlobalContextSerializedInHtml }; import '../assertEnvClient.js'; declare function getPageContextSerializedInHtml(): { pageId: string; routeParams: Record<string, string>; }; declare function getGlobalContextSerializedInHtml(): object;