UNPKG

element-plus

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