Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- 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;
|