Skip to content

Commit

Permalink
Remove variant option from components.d.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
Irtiza751 committed Oct 1, 2023
1 parent dd487db commit a31669f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mui-material/src/styles/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ export interface Components<Theme = unknown> {
MuiPopover?: {
defaultProps?: ComponentsProps['MuiPopover'];
styleOverrides?: ComponentsOverrides<Theme>['MuiPopover'];
variants?: ComponentsVariants['MuiPopover'];
};
MuiRadio?: {
defaultProps?: ComponentsProps['MuiRadio'];
Expand Down

0 comments on commit a31669f

Please sign in to comment.