Всем привет. Подскажите, пожалуйста, есть ли возможность прокидывать пропсы в withStyles Material UI. ?
Хочу добиться что-то по типу
<ApplicationButton content="test" >123</ApplicationButton>
export const ApplicationButton = withStyles({
label: {
content: PROPS,
},
})(Button);