UNPKG

react-19-kit

Version:

Ready-to-use Chat UI Components for React(Javascript/Web)

9 lines (8 loc) 286 B
interface ActionBubbleProps { messageText: string; } /** * CometChatActionBubble is a generic component used to show an action message */ declare const CometChatActionBubble: (props: ActionBubbleProps) => import("react/jsx-runtime").JSX.Element; export { CometChatActionBubble };