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.

9 lines 238 B
import React from "react"; interface BallpitProps { className?: string; followCursor?: boolean; [key: string]: any; } declare const Ballpit: React.FC<BallpitProps>; export default Ballpit; //# sourceMappingURL=Ballpit.d.ts.map