UNPKG

@droppii-org/chat-sdk

Version:

Droppii React Chat SDK

13 lines (12 loc) 571 B
import DChatDeskMessage from "./screens/deskMessage"; import DChatBubble from "./screens/chatBubble"; import { Platform, LogLevel, SessionType, } from "@openim/wasm-client-sdk"; import { Icon } from "./components/icon"; // Main exports for the SDK export { ChatProvider, useChatContext } from "./context/ChatContext"; //Components export { DChatDeskMessage, DChatBubble, Icon }; //Hooks export { useDChatAuth } from "./hooks/user/useAuth"; // export * from "./types/sdk"; export { Platform as DChatPlatform, LogLevel as DChatLogLevel, SessionType as DChatSessionType, };