UNPKG

@xapp/chat-widget

Version:
7 lines (6 loc) 448 B
import 'rollup-plugin-inject-process-env'; import { ServerConfig } from "@xapp/stentor-chat-widget"; import { ChatServer, ChatServerOptions } from "./ChatServer"; export declare function createChatServer(config: ServerConfig, options?: ChatServerOptions): ChatServer; export declare const ChatServerContext: import("react").Context<ChatServer>; export declare function useChatServer(config: ServerConfig, options?: ChatServerOptions): ChatServer;