UNPKG

eslink-ui-plus

Version:

vue3 component library, css framework

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