UNPKG

element-plus

Version:

A Component Library for Vue 3

8 lines (7 loc) 269 B
type TextAreaHeight = { height: string; minHeight?: string; }; export declare const looseToNumber: (val: any) => any; export declare function calcTextareaHeight(targetElement: HTMLTextAreaElement, minRows?: number, maxRows?: number): TextAreaHeight; export {};