source: renderer/types.ts

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

Added frontend elements

  • Property mode set to 100644
File size: 173 bytes
RevLine 
[40ac7a9]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.