UNPKG

@vuesax-alpha/nightly

Version:
4 lines (3 loc) 299 B
import type { ComponentPublicInstance, Ref } from 'vue'; export declare type RefSetter = (el: Element | ComponentPublicInstance | undefined) => void; export declare const composeRefs: (...refs: (Ref<HTMLElement | undefined> | RefSetter)[]) => (el: Element | ComponentPublicInstance | null) => void;