refs.d.ts 192 B

12
  1. import type { ComponentPublicInstance, Ref } from 'vue';
  2. export declare const composeRefs: (...refs: Ref<HTMLElement | undefined>[]) => (el: Element | ComponentPublicInstance | null) => void;