first commit
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { ShallowRef } from "vue";
|
||||
|
||||
//#region ../../packages/hooks/use-cursor/index.d.ts
|
||||
declare function useCursor(input: ShallowRef<HTMLInputElement | undefined>): [() => void, () => void];
|
||||
//#endregion
|
||||
export { useCursor };
|
||||
Reference in New Issue
Block a user