UNPKG

react-19-kit

Version:

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

7 lines (6 loc) 213 B
interface AudioBubbleProps { src: string; isSentByMe?: boolean; } declare const CometChatAudioBubble: (props: AudioBubbleProps) => import("react/jsx-runtime").JSX.Element; export { CometChatAudioBubble };