Files
DefinitelyTyped/material-ui
MichaelHilus 4a4d4e31e2 Added missing className property to CardProps (#10823)
The className property for CardPros is missing, so using it like
<Card className={this.myClass}>...</Card>
is not possible.
2016-10-03 11:37:14 -07:00
..