Files
cattleData/admin-system/node_modules/element-plus/es/components/input/src/utils.d.ts

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 {};