Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. export default withPassThroughProps({
  2. whiteList: false, /* blacklist these props */
  3. propNames: [...brands, ...sizes],
  4. })(SomeComponent);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement