UNPKG

iking-vue-hooks

Version:

金合Vue Hooks 事件监听hook

3 lines (2 loc) 137 B
import type { Ref } from 'vue'; export declare function useRefs(): [Ref<HTMLElement[]>, (index: number) => (el: HTMLElement) => void];