Skip to content

Commit

Permalink
[material] Fix wrong import in Popover types (#42967)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Jul 16, 2024
1 parent e182445 commit d08d882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Popover/Popover.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import { SxProps } from '@mui/system';
import { SlotComponentProps } from '@mui/base';
import { SlotComponentProps } from '@mui/utils';
import { InternalStandardProps as StandardProps } from '..';
import Paper, { PaperProps } from '../Paper';
import Modal, { ModalOwnerState, ModalProps } from '../Modal';
Expand Down

0 comments on commit d08d882

Please sign in to comment.