UNPKG

vike

Version:

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

8 lines (7 loc) 304 B
export { addIs404ToPageProps }; import type { PageConfigRuntime } from './page-configs/PageConfig.js'; declare function addIs404ToPageProps(pageContext: Record<string, unknown> & PageContextAssertIs404): void; type PageContextAssertIs404 = { pageId: string; _pageConfigs: PageConfigRuntime[]; };