UNPKG

dkt-plus

Version:

Decathlon component library built in Vue3 with TypeScript.

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