UNPKG

element-plus

Version:

A Component Library for Vue 3

7 lines (6 loc) 222 B
declare type TextAreaHeight = { height: string; minHeight?: string; }; export declare function calcTextareaHeight(targetElement: HTMLTextAreaElement, minRows?: number, maxRows?: number): TextAreaHeight; export {};