@droppii-org/chat-sdk
Version:
Droppii React Chat SDK
10 lines • 399 B
TypeScript
import { SessionType } from "@openim/wasm-client-sdk";
interface ChatBubbleProps {
conversationId: string;
sourceID: string;
sessionType: SessionType;
className?: string;
}
declare const ChatBubble: ({ conversationId, sourceID, sessionType, className, }: ChatBubbleProps) => import("react/jsx-runtime").JSX.Element;
export default ChatBubble;
//# sourceMappingURL=ChatBubble.d.ts.map