UNPKG

@appletosolutions/reactbits

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 222 B
import { FC } from "react"; interface GridMotionProps { items?: string[]; gradientColor?: string; } declare const GridMotion: FC<GridMotionProps>; export default GridMotion; //# sourceMappingURL=GridMotion.d.ts.map