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.

11 lines 296 B
import { FC } from "react"; interface GlitchTextProps { children: string; speed?: number; enableShadows?: boolean; enableOnHover?: boolean; className?: string; } declare const GlitchText: FC<GlitchTextProps>; export default GlitchText; //# sourceMappingURL=GlitchText.d.ts.map