nestjs-tsx-views
Version:
Server-side JSX/TSX rendering for your NestJS application 🚀
12 lines (11 loc) • 318 B
TypeScript
import { TsxViewsService } from '../../index.js';
import { MyViewProps } from './views/my-view.js';
export declare class AppController {
#private;
constructor(ssr: TsxViewsService);
index(): MyViewProps;
/**
* This route is excluded in AppModule setup
*/
throwException(): MyViewProps;
}