Props
The WidgetBot component accepts the following props
Props¶
Definitions
interface IProps { server?: string channel?: string shard?: string defer?: boolean className?: string onAPI?: (api: Client) => void style?: React.CSSProperties height?: number width?: number options?: { [key: string]: string } } export default IProps