UNPKG

@droppii-org/chat-sdk

Version:

Droppii React Chat SDK

6 lines 224 B
interface ChatBubbleProps { className?: string; } declare const ChatBubble: ({ className }: ChatBubbleProps) => import("react/jsx-runtime").JSX.Element; export default ChatBubble; //# sourceMappingURL=ChatBubble.d.ts.map