UNPKG

react-ai-orb

Version:

A beautiful, customizable animated orb component for React applications! Perfect for AI interfaces, assistants, interactive chatbots, or anywhere you need a glowing orb.

8 lines (7 loc) 204 B
import React from "react"; interface SvgElementsProps { color1: string; color2: string; } export declare const SvgElements: ({ color1, color2 }: SvgElementsProps) => React.JSX.Element; export {};