UNPKG

@xapp/chat-widget

Version:
5 lines (4 loc) 217 B
import 'rollup-plugin-inject-process-env'; import { ActionType } from "../ChatAction"; import { ChatState } from "../ChatState"; export declare function storeHandler(state: ChatState, action: ActionType): ChatState;