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.

14 lines 338 B
import { FC } from "react"; interface BeamsProps { beamWidth?: number; beamHeight?: number; beamNumber?: number; lightColor?: string; speed?: number; noiseIntensity?: number; scale?: number; rotation?: number; } declare const Beams: FC<BeamsProps>; export default Beams; //# sourceMappingURL=Beams.d.ts.map