mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-07 22:38:13 +08:00
[material-ui] add iconStyle to CardHeader
This commit is contained in:
1
types/material-ui/index.d.ts
vendored
1
types/material-ui/index.d.ts
vendored
@@ -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