Skip to content

Commit

Permalink
inform typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 19, 2020
1 parent a5b495e commit 4801288
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/material-ui/src/styles/props.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ import { StepLabelProps } from '../StepLabel';
import { StepperProps } from '../Stepper';
import { StepProps } from '../Step';
import { SvgIconProps } from '../SvgIcon';
import { SwipeableDrawerProps } from '../SwipeableDrawer';
import { SwitchProps } from '../Switch';
import { TableBodyProps } from '../TableBody';
import { TableCellProps } from '../TableCell';
Expand Down Expand Up @@ -186,6 +187,7 @@ export interface ComponentsPropsList {
MuiStepLabel: StepLabelProps;
MuiStepper: StepperProps;
MuiSvgIcon: SvgIconProps;
MuiSwipeableDrawer: SwipeableDrawerProps;
MuiSwitch: SwitchProps;
MuiTab: TabProps;
MuiTable: TableProps;
Expand Down

0 comments on commit 4801288

Please sign in to comment.