UNPKG

@alauda/ui

Version:

Angular UI components by Alauda Frontend Team.

6 lines (5 loc) 190 B
export declare function calcTextareaHeight(targetElement: HTMLTextAreaElement, minRows?: number, maxRows?: number): { minHeight?: string; maxHeight?: string; height?: string; };