starchild-widget
Version:
Starchild Widget
169 lines • 5.91 kB
TypeScript
export declare function StarchildLogo(): import("react/jsx-runtime").JSX.Element;
export declare function ChatButtonIcon(): import("react/jsx-runtime").JSX.Element;
export declare function SearchDrag({ width, height, color }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function SearchIcon({ width, height, color }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function ChatThinkingIcon({ width, height }: {
width?: number;
height?: number;
}): import("react/jsx-runtime").JSX.Element;
export declare function ChatDragIcon({ width, height, color }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function CloseIcon({ width, height, color, onClick, }: {
width?: number;
height?: number;
color: string;
onClick?: () => void;
}): import("react/jsx-runtime").JSX.Element;
export declare function ChatZoomInIcon({ width, height, color }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function ChatHistoryIcon({ width, height, color, }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function ChatLinkIcon({ width, height, color }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function ChatNewChatIcon({ width, height, color, }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function ChatSettingIcon({ width, height, color, }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function ChatZoomOutIcon({ width, height, color, }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function InputCleanIcon({ width, height, color, onClick, }: {
width?: number;
height?: number;
color: string;
onClick?: () => void;
}): import("react/jsx-runtime").JSX.Element;
export declare function TooltipArrowIcon({ width, height, color, }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function LoadingIcon({ width, height, color }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function DeleteIcon({ width, height, color }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function MoreIcon({ width, height, color }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function ArrowIcon({ width, height, color }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function VoiceIcon({ width, height, color }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function RefreshIcon({ width, height, color }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function ThinkingIcon({ width, height, color }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function CopyIcon({ width, height, color }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function LikeIcon({ width, height, color, onClick, }: {
width?: number;
height?: number;
color: string;
onClick?: () => void;
}): import("react/jsx-runtime").JSX.Element;
export declare function LikeFillIcon({ width, height, color }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function DislikeIcon({ width, height, color, onClick, }: {
width?: number;
height?: number;
color: string;
onClick?: () => void;
}): import("react/jsx-runtime").JSX.Element;
export declare function DislikeFillIcon({ width, height, color, }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function ChatBorderCloseIcon({ width, height, color, }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function ChatUselessIcon({ width, height, color, }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function ChatOtherIcon({ width, height, color }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function ChatTellMoreIcon({ width, height, color, }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function StopRecordIcon({ width, height }: {
width?: number;
height?: number;
}): import("react/jsx-runtime").JSX.Element;
export declare function GradiantArrowIcon({ width, height }: {
width?: number;
height?: number;
}): import("react/jsx-runtime").JSX.Element;
export declare function CheckIcon({ width, height, color }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function ChatCompleteIcon({ width, height, color, }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=index.d.ts.map