diff --git a/material-ui/material-ui.d.ts b/material-ui/material-ui.d.ts index b1671ba889..31472154b3 100644 --- a/material-ui/material-ui.d.ts +++ b/material-ui/material-ui.d.ts @@ -759,6 +759,7 @@ declare namespace __MaterialUI { namespace Card { interface CardProps extends React.Props { + className?: string; actAsExpander?: boolean; containerStyle?: React.CSSProperties; expandable?: boolean;