Skip to content

Commit

Permalink
exported type
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Oct 26, 2020
1 parent f6a568f commit bdfd77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/OverridableComponent.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as React from 'react';
import { Omit, OverridableTypeMap } from '@material-ui/types';
import { StyledComponentProps } from './styles';

export { Simplify, SimplifiedPropsOf } from '@material-ui/types';
export { OverridableTypeMap, Simplify, SimplifiedPropsOf } from '@material-ui/types';

/**
* A component whose root component can be controlled via a `component` prop.
Expand Down

0 comments on commit bdfd77f

Please sign in to comment.