mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
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.
This commit is contained in:
committed by
Mohamed Hegazy
parent
7200df0663
commit
4a4d4e31e2
Vendored
+1
@@ -759,6 +759,7 @@ declare namespace __MaterialUI {
|
||||
namespace Card {
|
||||
|
||||
interface CardProps extends React.Props<Card> {
|
||||
className?: string;
|
||||
actAsExpander?: boolean;
|
||||
containerStyle?: React.CSSProperties;
|
||||
expandable?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user