UNPKG

@e-group/redux-modules

Version:

eGroup team react-redux modules that share across projects.

8 lines (7 loc) 269 B
export { default as withReduxDialog } from './withReduxDialog'; export { default as useReduxDialog } from './useReduxDialog'; export * from './withReduxDialog'; export * from './dialogs'; export * from './selectors'; export * from './types'; export * from './actions';