UNPKG

element-plus

Version:

A Component Library for Vue3.0

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