UNPKG

react-move-element

Version:

Rotating element that track the mouse in React (compatible React v17 and higher)

3 lines (2 loc) 147 B
import { PropsWithChildren } from "react"; export declare const RotatingElement: ({ children, isFixed }: PropsWithChildren<any>) => JSX.Element;