UNPKG

bc-formio-template-extend

Version:

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

15 lines (14 loc) 372 B
/** @format */ import { RadioComponentConfig } from '../types/RadioComponentConfig'; export declare class Radio { private Templates; constructor(); radioStyle(): string; radio(): { form: (ctx: RadioComponentConfig) => string; }; componentStyles(): string[]; styleTagContent(): string; injectStyleToHead(): void; init(): void; }