Skip to content

Commit

Permalink
Rename SnackBar to Snackbar
Browse files Browse the repository at this point in the history
  • Loading branch information
tzfrs committed Jul 8, 2018
1 parent 6df5d33 commit d7978e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/material-ui/src/Snackbar/Snackbar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { StandardProps } from '..';
import { SnackbarContentProps } from '../SnackbarContent';
import { TransitionHandlerProps, TransitionProps } from '../transitions/transition';

export type SnackBarOrigin = {
export type SnackbarOrigin = {
horizontal: 'left' | 'center' | 'right' | number;
vertical: 'top' | 'center' | 'bottom' | number;
};
Expand All @@ -14,7 +14,7 @@ export interface SnackbarProps
SnackbarClassKey
> {
action?: React.ReactElement<any> | React.ReactElement<any>[];
anchorOrigin?: SnackBarOrigin;
anchorOrigin?: SnackbarOrigin;
autoHideDuration?: number;
ContentProps?: Partial<SnackbarContentProps>;
disableWindowBlurListener?: boolean;
Expand Down

0 comments on commit d7978e3

Please sign in to comment.