source: renderer/types.ts@ 898cf68

main
Last change on this file since 898cf68 was 40ac7a9, checked in by Mihail <mihail2.naumov@…>, 7 months ago

Added frontend elements

  • Property mode set to 100644
File size: 173 bytes
Line 
1export type PageProps = Record<string, unknown>;
2
3declare global {
4 namespace Vike {
5 interface PageContext {
6 pageProps?: PageProps;
7 }
8 }
9}
Note: See TracBrowser for help on using the repository browser.