mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
[material-ui] add iconStyle to CardHeader
This commit is contained in:
Vendored
+1
@@ -832,6 +832,7 @@ declare namespace __MaterialUI {
|
||||
className?: string;
|
||||
openIcon?: React.ReactNode;
|
||||
closeIcon?: React.ReactNode;
|
||||
iconStyle?: React.CSSProperties;
|
||||
}
|
||||
export class CardHeader extends React.Component<CardHeaderProps, {}> {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user