Files
dsProject/dsBase/WebRoot/html/cdn/es/components/input/src/calc-textarea-height.d.ts
2025-08-14 15:45:08 +08:00

7 lines
222 B
TypeScript

declare type TextAreaHeight = {
height: string;
minHeight?: string;
};
export declare function calcTextareaHeight(targetElement: HTMLTextAreaElement, minRows?: number, maxRows?: number): TextAreaHeight;
export {};