UNPKG

@ant-design-vue/use

Version:

Vue 3 Composition Api Library.

5 lines (4 loc) 228 B
import { ComponentPublicInstance, Ref } from 'vue'; declare type ElementType = HTMLElement | ComponentPublicInstance; declare function useReactiveRef(): [Ref<ElementType>, (...args: any) => void]; export default useReactiveRef;