Guest User

Untitled

a guest
Jan 20th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. export default withStyles(styles)<NewComponentProps>(connect(
  2. mapStateToProps, mapDispatchToProps
  3. )<React.ComponentClass>(NewComponent))
  4.  
  5. export default withStyles(styles)(connect(
  6. mapStateToProps, mapDispatchToProps
  7. )<React.ComponentClass>(NewComponent))
Add Comment
Please, Sign In to add comment