index.d.ts 149 B

12
  1. import type { ShallowRef } from 'vue';
  2. export declare function useCursor(input: ShallowRef<HTMLInputElement | undefined>): [() => void, () => void];