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.

9 lines 272 B
import React from "react"; interface RollingGalleryProps { autoplay?: boolean; pauseOnHover?: boolean; images?: string[]; } declare const RollingGallery: React.FC<RollingGalleryProps>; export default RollingGallery; //# sourceMappingURL=RollingGallery.d.ts.map