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.

7 lines 174 B
import React from "react"; type Props = { children: React.ReactNode; }; declare const Bounce: React.FC<Props>; export default Bounce; //# sourceMappingURL=Bounce.d.ts.map