UNPKG

@layui/layui-vue

Version:

a component library for Vue 3 base on layui-vue

12 lines (11 loc) 294 B
/** * @deprecated minHeight 和 maxHeight 并不是最佳的显示方式,请考虑使用 TextareaAutosizeRow */ export type TextareaAutosizeHeight = { minHeight: number; maxHeight: number; }; export type TextareaAutosizeRow = { minRow: number; maxRow: number; };