UNPKG

tdesign-vue

Version:
8 lines (7 loc) 258 B
declare type RowsType = number | null; declare type ResultType = { height?: string; minHeight?: string; }; export default function calcTextareaHeight(targetElement: HTMLTextAreaElement, minRows?: RowsType, maxRows?: RowsType): ResultType; export {};