Skip to content

Commit

Permalink
[core] Add missing properties to TypeAction (mui#20075)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonweber authored and EsoterikStare committed Mar 30, 2020
1 parent 2cc38b8 commit d1f3b5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/material-ui/src/styles/createPalette.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ export interface TypeAction {
hover: string;
hoverOpacity: number;
selected: string;
selectedOpacity: number;
disabled: string;
disabledOpacity: number;
disabledBackground: string;
focus: string;
focusOpacity: number;
activatedOpacity: number;
}

export interface TypeBackground {
Expand Down

0 comments on commit d1f3b5d

Please sign in to comment.