UNPKG

reactotron-redux-saga

Version:
15 lines (14 loc) 448 B
import { Reactotron } from "reactotron-core-client"; import { SagaMonitor } from "redux-saga"; import { PluginConfig } from "./sagaMonitor"; declare const _default: (pluginConfig: PluginConfig) => (reactotron: Reactotron) => { features: { createSagaMonitor: () => SagaMonitor; }; }; export default _default; declare module "reactotron-core-client" { interface Reactotron { createSagaMonitor?: () => SagaMonitor; } }