@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.
14 lines • 558 B
TypeScript
interface BounceCardsProps {
className?: string;
images?: string[];
containerWidth?: number;
containerHeight?: number;
animationDelay?: number;
animationStagger?: number;
easeType?: string;
transformStyles?: string[];
enableHover?: boolean;
}
export default function BounceCards({ className, images, containerWidth, containerHeight, animationDelay, animationStagger, easeType, transformStyles, enableHover, }: BounceCardsProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=BounceCards.d.ts.map