UNPKG

174 BTypeScriptView Raw
1/**
2 * Specifies a template to be rendered by a controller action.
3 * Must be applied on a controller action.
4 */
5export declare function Render(template: string): Function;