Guest User

Untitled

a guest
Jan 18th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. const withTypographyProps = [{ prop: 'className', value: 'string' }, { prop: 'align', value: ['gray', 'red'] }];
  2.  
  3. export default msStyledHocBuilder(withTypographyProps);
  4.  
  5. export default msStyledHocBuilder([...withTypographyProps, ...anotherHocProps], Component);
  6.  
  7. cosnt msClassNamedElementBuilder = [{ }]
Add Comment
Please, Sign In to add comment