UNPKG

bc-formio-template-extend

Version:

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

16 lines (14 loc) 287 B
/** @format */ export interface RadioComponentConfig { component: any; instance: any; input: { attr: { [key: string]: string }; }; inline?: boolean; row?: number; id?: string; t(label: string, options?: any): string; values: any[]; value?: any; }