UNPKG

@xapp/chat-widget

Version:
4 lines (3 loc) 157 B
import 'rollup-plugin-inject-process-env'; import { ChatDispatch } from "../store/actions/types"; export declare const useChatDispatch: () => ChatDispatch;