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 266 B
import React from "react"; export interface SilkProps { speed?: number; scale?: number; color?: string; noiseIntensity?: number; rotation?: number; } declare const Silk: React.FC<SilkProps>; export default Silk; //# sourceMappingURL=Silk.d.ts.map