Skip to content

Commit

Permalink
[StepButton] Fix typescript (#9782)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangtao authored and oliviertassinari committed Jan 9, 2018
1 parent 89b104c commit 00371d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Stepper/StepButton.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ export type StepButtonIcon = React.ReactElement<any> | string | number;
export interface StepButtonProps extends StandardProps<ButtonBaseProps, StepButtonClasskey> {
active?: boolean;
alternativeLabel?: boolean;
children: React.ReactElement<any>;
completed?: boolean;
disabled?: boolean;
icon?: StepButtonIcon;
last?: boolean;
optional?: React.ReactNode;
orientation: Orientation;
orientation?: Orientation;
}

export type StepButtonClasskey = ButtonBaseClassKey | 'root' | 'alternativeLabel';
Expand Down

0 comments on commit 00371d1

Please sign in to comment.