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 231 B
interface ShinyTextProps { text: string; disabled?: boolean; speed?: number; className?: string; } declare const ShinyText: React.FC<ShinyTextProps>; export default ShinyText; //# sourceMappingURL=ShinyText.d.ts.map