Files
prop-data-guard/frontend/node_modules/element-plus/es/hooks/use-calc-input-width/index.d.ts
T
2026-04-22 17:07:33 +08:00

12 lines
364 B
TypeScript

import * as vue from "vue";
//#region ../../packages/hooks/use-calc-input-width/index.d.ts
declare function useCalcInputWidth(): {
calculatorRef: vue.ShallowRef<HTMLElement | undefined, HTMLElement | undefined>;
calculatorWidth: vue.Ref<number, number>;
inputStyle: vue.ComputedRef<{
minWidth: string;
}>;
};
//#endregion
export { useCalcInputWidth };