We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e182445 commit d08d882Copy full SHA for d08d882
packages/mui-material/src/Popover/Popover.d.ts
@@ -1,6 +1,6 @@
1
import * as React from 'react';
2
import { SxProps } from '@mui/system';
3
-import { SlotComponentProps } from '@mui/base';
+import { SlotComponentProps } from '@mui/utils';
4
import { InternalStandardProps as StandardProps } from '..';
5
import Paper, { PaperProps } from '../Paper';
6
import Modal, { ModalOwnerState, ModalProps } from '../Modal';
0 commit comments