UNPKG

react-19-kit

Version:

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

10 lines (9 loc) 286 B
interface FileBubbleProps { fileURL: string; fileTypeIconURL?: string; title?: string; subtitle?: string; isSentByMe?: boolean; } declare const CometChatFileBubble: (props: FileBubbleProps) => import("react/jsx-runtime").JSX.Element; export { CometChatFileBubble };