UNPKG

160 BTypeScriptView Raw
1import { ControlType, FieldBase } from './field-base';
2export declare class CheckboxField extends FieldBase<boolean> {
3 readonly controlType: ControlType;
4}