Skip to content

Commit

Permalink
Reduce specificity of typescript type
Browse files Browse the repository at this point in the history
- closes mui#17699
  • Loading branch information
sakulstra committed Oct 5, 2019
1 parent b6361b7 commit bd7de71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/ListSubheader/ListSubheader.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { StandardProps } from '..';
export interface ListSubheaderProps
extends StandardProps<React.HTMLAttributes<HTMLDivElement>, ListSubheaderClassKey> {
color?: 'default' | 'primary' | 'inherit';
component?: React.ElementType<React.HTMLAttributes<HTMLDivElement>>;
component?: React.ElementType;
disableGutters?: boolean;
disableSticky?: boolean;
inset?: boolean;
Expand Down

0 comments on commit bd7de71

Please sign in to comment.