8 lines
246 B
TypeScript
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;
|
|
}>;
|
|
};
|