UNPKG

nz-json-schema-form

Version:

Schema form for JSON schema

9 lines (8 loc) 182 B
export interface TextareaOptions { autosize?: boolean | { minRows: number; maxRows: number; }; rows?: string; size?: 'large' | 'small' | 'default'; }