Skip to content

Commit

Permalink
[typescript] Fix type defintions for #11211 and #11204 (#11265)
Browse files Browse the repository at this point in the history
  • Loading branch information
franklixuefei authored and oliviertassinari committed May 7, 2018
1 parent ab59283 commit 75e97f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions packages/material-ui/src/Progress/CircularProgress.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { StandardProps } from '..';
export interface CircularProgressProps
extends StandardProps<React.HTMLAttributes<HTMLDivElement>, CircularProgressClassKey> {
color?: 'primary' | 'secondary' | 'inherit';
max?: number;
min?: number;
size?: number | string;
thickness?: number;
value?: number;
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/Snackbar/Snackbar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface SnackbarProps
onMouseLeave?: React.MouseEventHandler<any>;
open: boolean;
resumeHideDuration?: number;
transition?: React.ReactType;
TransitionComponent?: React.ReactType;
transitionDuration?: TransitionProps['timeout'];
TransitionProps?: TransitionProps;
}
Expand Down

0 comments on commit 75e97f4

Please sign in to comment.