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 275 B
import React from "react"; interface LightningProps { hue?: number; xOffset?: number; speed?: number; intensity?: number; size?: number; } declare const Lightning: React.FC<LightningProps>; export default Lightning; //# sourceMappingURL=Lightning.d.ts.map