UNPKG

formiojs

Version:

Common js library for client side interaction with <form.io>

9 lines (8 loc) 264 B
export class Templates { static readonly templates: any; static addTemplate(name: string, template: any): void; static setTemplate(name: string, template: any): void; static current: any; static readonly defaultTemplates: any; static framework: any; }