UNPKG

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