UNPKG

react-svg-cursor

Version:

Use any SVG or Image as your custom cursor

6 lines (5 loc) 123 B
declare const useMousePosition: () => { clientX: number; clientY: number; }; export default useMousePosition;