2
This commit is contained in:
7
normal-admin/node_modules/element-plus/es/hooks/use-calc-input-width/index.d.ts
generated
vendored
Normal file
7
normal-admin/node_modules/element-plus/es/hooks/use-calc-input-width/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export declare function useCalcInputWidth(): {
|
||||
calculatorRef: import("vue").ShallowRef<HTMLElement | undefined>;
|
||||
calculatorWidth: import("vue").Ref<number>;
|
||||
inputStyle: import("vue").ComputedRef<{
|
||||
minWidth: string;
|
||||
}>;
|
||||
};
|
||||
Reference in New Issue
Block a user