UNPKG

@vendasta/store

Version:

Components and data for Store

5 lines (4 loc) 150 B
import { ControlType, FieldBase } from './field-base'; export declare class TextareaField extends FieldBase<string> { controlType: ControlType; }