mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-07 15:10:45 +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,
|
||||
ActionCreators,
|
||||
ActionTypes,
|
||||
PerformAction,
|
||||
LiftedAction,
|
||||
LiftedState,
|
||||
} from 'redux-devtools-instrument';
|
||||
export { default as persistState } from './persistState';
|
||||
|
|
Loading…
Reference in New Issue
Block a user