UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

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