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.

13 lines 401 B
interface CircularGalleryProps { items?: { image: string; text: string; }[]; bend?: number; textColor?: string; borderRadius?: number; font?: string; } export default function CircularGallery({ items, bend, textColor, borderRadius, font, }: CircularGalleryProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=CircularGallery.d.ts.map