source:
renderer/types.ts
| Last change on this file was 40ac7a9, checked in by , 7 months ago | |
|---|---|
|
|
| File size: 173 bytes | |
| Rev | Line | |
|---|---|---|
| [40ac7a9] | 1 | export type PageProps = Record<string, unknown>; |
| 2 | ||
| 3 | declare global { | |
| 4 | namespace Vike { | |
| 5 | interface PageContext { | |
| 6 | pageProps?: PageProps; | |
| 7 | } | |
| 8 | } | |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
