UNPKG

@redux-devtools/chart-monitor

Version:
7 lines (6 loc) 213 B
export const TOGGLE_VISIBILITY = '@@redux-devtools-log-monitor/TOGGLE_VISIBILITY'; interface ToggleVisibilityAction { type: typeof TOGGLE_VISIBILITY; } export type ChartMonitorAction = ToggleVisibilityAction;