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 303 B
import type React from "react"; interface NoiseProps { patternSize?: number; patternScaleX?: number; patternScaleY?: number; patternRefreshInterval?: number; patternAlpha?: number; } declare const Noise: React.FC<NoiseProps>; export default Noise; //# sourceMappingURL=Noise.d.ts.map