UNPKG

bc-formio-template-extend

Version:

Extension of Formio JS's template for formio components following web accessibility

16 lines (13 loc) 212 B
/** @format */ export {}; declare global { interface Window { Formio: { Templates: { current: any; [key: string]: any; }; [key: string]: any; }; } }