UNPKG

reactotron-redux

Version:
5 lines (4 loc) 190 B
import { Reactotron } from "reactotron-core-client"; export default function createSendAction(reactotron: Reactotron): (action: { type: any; }, ms: number, important?: boolean) => void;