yingsa/admin/node_modules/element-plus/es/components/input/src/utils.d.ts
2026-01-20 08:50:50 +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 {};