UNPKG

@e-group/redux-modules

Version:

eGroup team react-redux modules that share across projects.

5 lines (4 loc) 196 B
import { StateProps } from './withReduxDialog'; export default function useReduxDialog<ExtendStateProps = unknown>(name: string): { handleClose: () => void; } & ExtendStateProps & StateProps;