Files
2026-03-26 01:23:19 +08:00

6 lines
225 B
TypeScript
Executable File

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