source:
renderer/types.ts@
76b980b
| Last change on this file since 76b980b was 40ac7a9, checked in by , 7 months ago | |
|---|---|
|
|
| File size: 173 bytes | |
| Line | |
|---|---|
| 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.
