UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

7 lines (6 loc) 222 B
export declare const calcTextareaHeight: (uiTextNode: Record<string, any>, minRows?: any, maxRows?: any, useCache?: boolean) => { height: string; minHeight: string; maxHeight: string; overflowY: string; };