UNPKG

@robylon/robylon-web-react-sdk

Version:
3 lines (2 loc) 130 B
import { ChatbotConfig, ChatbotState } from "../types"; export declare const useChatbot: (config: ChatbotConfig) => ChatbotState;