@droppii-org/chat-sdk
Version:
Droppii React Chat SDK
5 lines • 381 B
TypeScript
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, refetchToken, }: ChatProviderProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ChatContext.d.ts.map