UNPKG

@vuesax-alpha/nightly

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