Skip to content

Commit d08d882

Browse files
authored
[material] Fix wrong import in Popover types (#42967)
1 parent e182445 commit d08d882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mui-material/src/Popover/Popover.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from 'react';
22
import { SxProps } from '@mui/system';
3-
import { SlotComponentProps } from '@mui/base';
3+
import { SlotComponentProps } from '@mui/utils';
44
import { InternalStandardProps as StandardProps } from '..';
55
import Paper, { PaperProps } from '../Paper';
66
import Modal, { ModalOwnerState, ModalProps } from '../Modal';

0 commit comments

Comments
 (0)