UNPKG

@textbus/editor

Version:

Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.

14 lines (13 loc) 409 B
import { FormRadioGroupParams, AttrState, FormItem } from './help'; export declare class FormRadio implements FormItem { private config; elementRef: HTMLDivElement; name: string; private readonly inputs; private readonly feedbackEle; constructor(config: FormRadioGroupParams); reset(): void; update(value?: any): void; getAttr(): AttrState<any>; validate(): boolean; }