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.

9 lines 312 B
interface OrbProps { hue?: number; hoverIntensity?: number; rotateOnHover?: boolean; forceHoverState?: boolean; } export default function Orb({ hue, hoverIntensity, rotateOnHover, forceHoverState, }: OrbProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Orb.d.ts.map