UNPKG

196 BTypeScriptView Raw
1import { PluginConfig } from "./pluginConfig";
2export default function createCustomDispatch(reactotron: any, store: {
3 dispatch: Function;
4}, pluginConfig: PluginConfig): (action: any) => any;