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.

10 lines 276 B
interface AuroraProps { colorStops?: string[]; amplitude?: number; blend?: number; time?: number; speed?: number; } export default function Aurora(props: AuroraProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Aurora.d.ts.map