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.

14 lines 381 B
import React from "react"; interface TextCursorProps { text: string; delay?: number; spacing?: number; followMouseDirection?: boolean; randomFloat?: boolean; exitDuration?: number; removalInterval?: number; maxPoints?: number; } declare const TextCursor: React.FC<TextCursorProps>; export default TextCursor; //# sourceMappingURL=TextCursor.d.ts.map