UNPKG

@botonic/react

Version:

Build Chatbots using React

7 lines (6 loc) 221 B
import { WebchatAction } from './actions'; import { WebchatState } from './index-types'; export declare function webchatReducer(state: WebchatState, action: { type: WebchatAction; payload?: any; }): WebchatState;