UNPKG

@droppii-org/chat-sdk

Version:

Droppii React Chat SDK

6 lines 397 B
import "../styles/global.css"; import { ChatContextType, ChatProviderProps } from "../types/chat"; export declare const ChatContext: import("react").Context<ChatContextType>; export declare const useChatContext: () => ChatContextType; export declare const ChatProvider: ({ children, config }: ChatProviderProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ChatContext.d.ts.map