UNPKG

@bitblit/ratchet-common

Version:

Common tools for general use

5 lines (4 loc) 265 B
export interface RatchetTemplateRenderer { renderTemplate(templateName: string, context: any, layoutName?: string, partialNames?: string[]): Promise<string>; renderTemplateDirect(templateValue: string, context: any, layoutName?: string): Promise<string>; }