UNPKG

@droppii-org/chat-sdk

Version:

Droppii React Chat SDK

10 lines 607 B
import DChatDeskMessage from "./screens/deskMessage"; import DChatBubble from "./screens/chatBubble"; import { Platform, LogLevel, SessionType, InitAndLoginConfig } from "@openim/wasm-client-sdk"; import { Icon } from "./components/icon"; export { ChatProvider, useChatContext } from "./context/ChatContext"; export { DChatDeskMessage, DChatBubble, Icon }; export { useDChatAuth } from "./hooks/user/useAuth"; export { Platform as DChatPlatform, LogLevel as DChatLogLevel, SessionType as DChatSessionType, }; export type { InitAndLoginConfig as DChatInitAndLoginConfig }; //# sourceMappingURL=index.d.ts.map