UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

4 lines (3 loc) 157 B
import type { Ref } from 'vue'; export declare type UseRef = [(el: any, key: string | number) => void, Ref<any>]; export declare const useRef: () => UseRef;