UNPKG

reactbits-animation

Version:

A comprehensive collection of beautiful, performant React animation components including bounce effects, click sparks, star borders, scroll-triggered animations, and fade transitions.

8 lines 250 B
import React, { RefObject } from "react"; interface CrosshairProps { color?: string; containerRef?: RefObject<HTMLElement>; } declare const Crosshair: React.FC<CrosshairProps>; export default Crosshair; //# sourceMappingURL=Crosshair.d.ts.map