starchild-widget
Version:
Starchild Widget
36 lines • 1.29 kB
TypeScript
export declare function IconChatHis({ width, height, color }: {
width?: number;
height?: number;
color: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function StarchildLogo(): 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 DropdownArrowIcon({ width, height, color, isOpen }: {
width?: number;
height?: number;
color?: string;
isOpen?: boolean;
}): import("react/jsx-runtime").JSX.Element;
export declare function SelectedDotIcon({ width, height }: {
width?: number;
height?: number;
}): import("react/jsx-runtime").JSX.Element;
export declare function InfoIcon({ width, height, color }: {
width?: number;
height?: number;
color?: string;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=index.d.ts.map