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.

10 lines 274 B
import React, { ReactNode } from "react"; interface DecayCardProps { width?: number; height?: number; image?: string; children?: ReactNode; } declare const DecayCard: React.FC<DecayCardProps>; export default DecayCard; //# sourceMappingURL=DecayCard.d.ts.map