UNPKG

nestjs-tsx-views

Version:

Server-side JSX/TSX rendering for your NestJS application 🚀

6 lines (5 loc) • 171 B
/// <reference types="react" /> export interface MyContextProps { name: string; } export declare const MyContext: import("react").Context<MyContextProps | undefined>;