UNPKG

reactotron-redux

Version:
5 lines 295 B
import type { ReactotronCore } from "reactotron-core-client"; export default function createSendAction<Client extends ReactotronCore = ReactotronCore>(reactotron: Client): (action: { type: any; }, ms: number, important?: boolean, diff?: any) => void; //# sourceMappingURL=sendAction.d.ts.map