mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Adding hoveredStyle to the material-ui IconButton property list
This commit is contained in:
Vendored
+1
@@ -723,6 +723,7 @@ declare namespace __MaterialUI {
|
||||
className?: string;
|
||||
disableTouchRipple?: boolean;
|
||||
disabled?: boolean;
|
||||
hoveredStyle?: React.CSSProperties;
|
||||
iconClassName?: string;
|
||||
iconStyle?: React.CSSProperties;
|
||||
onBlur?: React.FocusEventHandler<{}>;
|
||||
|
||||
Reference in New Issue
Block a user