UNPKG

hongluan-ui

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