mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
feat(redux-devtools): export more types (#615)
This commit is contained in:
parent
9e59cfdc7d
commit
c154405c6c
|
@ -2,6 +2,8 @@ export {
|
||||||
default as instrument,
|
default as instrument,
|
||||||
ActionCreators,
|
ActionCreators,
|
||||||
ActionTypes,
|
ActionTypes,
|
||||||
|
PerformAction,
|
||||||
|
LiftedAction,
|
||||||
LiftedState,
|
LiftedState,
|
||||||
} from 'redux-devtools-instrument';
|
} from 'redux-devtools-instrument';
|
||||||
export { default as persistState } from './persistState';
|
export { default as persistState } from './persistState';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user