72c173d608a0a3797804599bd83894f55e7074a2f62a29728cad3b664383f6323a6c599105aa698f72f52910fbf062cd6f228d2ca3c4789678d4d7f4766bf3 291 B

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