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.

8 lines 321 B
import React from "react"; interface SpotlightCardProps extends React.PropsWithChildren { className?: string; spotlightColor?: `rgba(${number}, ${number}, ${number}, ${number})`; } declare const SpotlightCard: React.FC<SpotlightCardProps>; export default SpotlightCard; //# sourceMappingURL=SpotlightCard.d.ts.map