stdproject/frontend/node_modules/element-plus/es/hooks/use-calc-input-width/index.d.ts

8 lines
246 B
TypeScript
Raw Normal View History

2025-05-30 13:43:31 +08:00
export declare function useCalcInputWidth(): {
calculatorRef: import("vue").ShallowRef<HTMLElement | undefined>;
calculatorWidth: import("vue").Ref<number>;
inputStyle: import("vue").ComputedRef<{
minWidth: string;
}>;
};