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.

10 lines 285 B
import React from "react"; interface ThreadsProps { color?: [number, number, number]; amplitude?: number; distance?: number; enableMouseInteraction?: boolean; } declare const Threads: React.FC<ThreadsProps>; export default Threads; //# sourceMappingURL=Threads.d.ts.map