UNPKG

@chatui/core

Version:

The React library for Chatbot UI

7 lines (6 loc) 189 B
import React from 'react'; export interface StatusBadgeProps { className?: string; text: string; } export declare const StatusBadge: (props: StatusBadgeProps) => React.JSX.Element;