UNPKG

319 BTypeScriptView Raw
1import { Reactotron } from "reactotron-core-client";
2import { PluginConfig } from "./pluginConfig";
3export default function createCommandHandler(reactotron: Reactotron, pluginConfig: PluginConfig, onReduxStoreCreation: (func: () => void) => void): ({ type, payload }: {
4 type: string;
5 payload?: any;
6}) => void;