mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 22:19:48 +03:00
and that
This commit is contained in:
parent
3140ca0a5e
commit
fb45912294
|
@ -1,2 +1,6 @@
|
|||
export const TOGGLE_VISIBILITY =
|
||||
'@@redux-devtools-log-monitor/TOGGLE_VISIBILITY';
|
||||
interface ToggleVisibilityAction {
|
||||
type: typeof TOGGLE_VISIBILITY;
|
||||
}
|
||||
export type ChartMonitorAction = ToggleVisibilityAction;
|
||||
|
|
Loading…
Reference in New Issue
Block a user