UNPKG

@arco-design/web-vue

Version:

Arco Design Vue 2.0: A Vue.js 3 UI Library

3 lines (2 loc) 130 B
import { Ref } from 'vue'; export declare function useCursor(input: Ref<HTMLInputElement | undefined>): [() => void, () => void];