Skip to content

Commit

Permalink
[InputAdornment] Add missing "variant" prop to types (#13107)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmfcmf authored and oliviertassinari committed Oct 5, 2018
1 parent d10a55d commit 063dc82
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export interface InputAdornmentProps
component?: React.ReactType<InputAdornmentProps>;
disableTypography?: boolean;
position: 'start' | 'end';
variant?: 'standard' | 'outlined' | 'filled';
}

export type InputAdornmentClassKey = 'root' | 'positionStart' | 'positionEnd' | 'filled';
Expand Down

0 comments on commit 063dc82

Please sign in to comment.