refs.d.ts 262 B

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 };