完全跑通1.0版本
This commit is contained in:
9
frontend/node_modules/element-plus/es/components/input/src/utils.d.ts
generated
vendored
Normal file
9
frontend/node_modules/element-plus/es/components/input/src/utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
//#region ../../packages/components/input/src/utils.d.ts
|
||||
type TextAreaHeight = {
|
||||
height: string;
|
||||
minHeight?: string;
|
||||
};
|
||||
declare const looseToNumber: (val: any) => any;
|
||||
declare function calcTextareaHeight(targetElement: HTMLTextAreaElement, minRows?: number, maxRows?: number): TextAreaHeight;
|
||||
//#endregion
|
||||
export { calcTextareaHeight, looseToNumber };
|
||||
Reference in New Issue
Block a user