智慧水务管理系统 - 精河县供水工程综合管理平台

index.d.ts 372B

123456789101112
  1. import * as _$vue from "vue";
  2. //#region ../../packages/hooks/use-calc-input-width/index.d.ts
  3. declare function useCalcInputWidth(): {
  4. calculatorRef: _$vue.ShallowRef<HTMLElement | undefined, HTMLElement | undefined>;
  5. calculatorWidth: _$vue.Ref<number, number>;
  6. inputStyle: _$vue.ComputedRef<{
  7. minWidth: string;
  8. }>;
  9. };
  10. //#endregion
  11. export { useCalcInputWidth };