UNPKG

@chatui/core

Version:

The React library for Chatbot UI

9 lines (8 loc) 237 B
import React from 'react'; export type IconProps = React.SVGProps<SVGSVGElement> & { type: string; className?: string; name?: string; spin?: boolean; }; export declare const Icon: (props: IconProps) => React.JSX.Element;