UNPKG

redux-dialog

Version:

A Higher Order Component using react-redux to keep dialog state in a Redux store

7 lines (5 loc) 248 B
import reduxDialog from './redux-dialog'; import dialogReducer from './reducer'; import { openDialog, closeDialog, closeAllDialogs } from './actions'; export default reduxDialog; export { dialogReducer, openDialog, closeDialog, closeAllDialogs };