UNPKG

tdesign-vue-next

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