UNPKG

element-plus

Version:

A Component Library for Vue 3

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