index.d.ts 225 B

123456
  1. import { ShallowRef } from "vue";
  2. //#region ../../packages/hooks/use-cursor/index.d.ts
  3. declare function useCursor(input: ShallowRef<HTMLInputElement | undefined>): [() => void, () => void];
  4. //#endregion
  5. export { useCursor };