Files
pig-farm-controller-fe/node_modules/element-plus/lib/components/input/src/utils.d.ts
2025-09-19 14:25:20 +08:00

7 lines
214 B
TypeScript

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