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

refs.d.ts 262B

123456
  1. import { ComponentPublicInstance, Ref } from "vue";
  2. //#region ../../packages/utils/vue/refs.d.ts
  3. declare const composeRefs: (...refs: Ref<HTMLElement | undefined>[]) => (el: Element | ComponentPublicInstance | null) => void;
  4. //#endregion
  5. export { composeRefs };