feat(redux-devtools): export more types (#615)

This commit is contained in:
Nathan Bierema 2020-08-27 09:12:16 -04:00 committed by GitHub
parent 9e59cfdc7d
commit c154405c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@ export {
default as instrument,
ActionCreators,
ActionTypes,
PerformAction,
LiftedAction,
LiftedState,
} from 'redux-devtools-instrument';
export { default as persistState } from './persistState';