UNPKG

react-19-kit

Version:

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

10 lines (9 loc) 278 B
interface VideoBubbleProps { src: string; autoPlay?: boolean; loop?: boolean; muted?: boolean; isSentByMe?: boolean; } declare const CometChatVideoBubble: (props: VideoBubbleProps) => import("react/jsx-runtime").JSX.Element; export { CometChatVideoBubble };