JewelryMall/admin/node_modules/element-plus/lib/components/input/src/utils.d.ts
2026-02-14 19:29:15 +08:00

8 lines
269 B
TypeScript

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