UNPKG

@redux-devtools/chart-monitor

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