Skip to content

Commit

Permalink
[Step] Add missing expanded prop to step TypeScript (mui#19873)
Browse files Browse the repository at this point in the history
  • Loading branch information
countableSet authored and EsoterikStare committed Mar 30, 2020
1 parent e35d208 commit 94ea927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/Step/Step.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export interface StepProps
completed?: boolean;
connector?: React.ReactElement;
disabled?: boolean;
expanded?: boolean;
index?: number;
last?: boolean;
orientation?: Orientation;
Expand Down

0 comments on commit 94ea927

Please sign in to comment.