UNPKG

@droppii-org/chat-sdk

Version:

Droppii React Chat SDK

10 lines 357 B
import { SessionType } from "@openim/wasm-client-sdk"; interface DChatBubbleProps { conversationId: string; sourceID: string; sessionType: SessionType; className?: string; } declare const DChatBubble: (props: DChatBubbleProps) => import("react/jsx-runtime").JSX.Element | null; export default DChatBubble; //# sourceMappingURL=index.d.ts.map