Skip to content

Commit

Permalink
[styles] Add MuiLink to ComponentsPropsList
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Grigg committed May 23, 2019
1 parent 505e275 commit 2d9bd24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/material-ui/src/styles/props.d.ts
Expand Up @@ -42,6 +42,7 @@ import { InputAdornmentProps } from '../InputAdornment';
import { InputLabelProps } from '../InputLabel';
import { InputProps } from '../Input';
import { LinearProgressProps } from '../LinearProgress';
import { LinkProps } from '../Link';
import { ListItemAvatarProps } from '../ListItemAvatar';
import { ListItemIconProps } from '../ListItemIcon';
import { ListItemProps } from '../ListItem';
Expand Down Expand Up @@ -136,6 +137,7 @@ export interface ComponentsPropsList {
MuiInputAdornment: InputAdornmentProps;
MuiInputLabel: InputLabelProps;
MuiLinearProgress: LinearProgressProps;
MuiLink: LinkProps;
MuiList: ListProps;
MuiListItem: ListItemProps;
MuiListItemAvatar: ListItemAvatarProps;
Expand Down

0 comments on commit 2d9bd24

Please sign in to comment.