UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

6 lines (5 loc) 169 B
import { EditorComponent } from '@tomino/dynamic-form'; export declare type CheckBoxProps = { text: string; }; export declare const CheckboxEditor: EditorComponent;