UNPKG

bc-formio-template-extend

Version:

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

16 lines (11 loc) 214 B
/** @format */ import { Radio } from './radio'; export class render { private radio: Radio; constructor() { this.radio = new Radio(); } initAll(): void { this.radio.init(); } }