@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 • 337 B
TypeScript
interface IridescenceProps {
color?: [number, number, number];
speed?: number;
amplitude?: number;
mouseReact?: boolean;
}
export default function Iridescence({ color, speed, amplitude, mouseReact, ...rest }: IridescenceProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=Iridescence.d.ts.map