stdproject/frontend/node_modules/element-plus/es/hooks/use-calc-input-width/index.d.ts
2025-05-30 13:43:31 +08:00

8 lines
246 B
TypeScript

export declare function useCalcInputWidth(): {
calculatorRef: import("vue").ShallowRef<HTMLElement | undefined>;
calculatorWidth: import("vue").Ref<number>;
inputStyle: import("vue").ComputedRef<{
minWidth: string;
}>;
};