diff --git a/src/renderer/types.ts b/src/renderer/types.ts index 3038577c..56c7d1ea 100644 --- a/src/renderer/types.ts +++ b/src/renderer/types.ts @@ -1,8 +1,8 @@ -import type { PageContextBuiltIn } from 'vike/types' import type { PageProps } from '../pages/types' import type { Component } from 'solid-js' +import { PageContextBuiltInClientWithClientRouting } from 'vike/dist/esm/types' -export type PageContext = PageContextBuiltIn & { +export type PageContext = PageContextBuiltInClientWithClientRouting & { Page: (pageProps: PageProps) => Component pageProps: PageProps lng: string