UNPKG

@droppii-org/chat-sdk

Version:

Droppii React Chat SDK

7 lines 250 B
interface DChatBubbleProps { conversationID: string; className?: string; } declare const DChatBubble: (props: DChatBubbleProps) => import("react/jsx-runtime").JSX.Element | null; export default DChatBubble; //# sourceMappingURL=index.d.ts.map