File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 
packages/mui-material/src/Popover Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import  {  SxProps  }  from  '@mui/system' ; 
21import  *  as  React  from  'react' ; 
2+ import  {  SxProps  }  from  '@mui/system' ; 
33import  {  BackdropProps ,  InternalStandardProps  as  StandardProps  }  from  '..' ; 
4- import  Modal ,  {  ModalOwnerState ,  ModalProps  }  from  '../Modal' ; 
54import  Paper ,  {  PaperProps  }  from  '../Paper' ; 
5+ import  Modal ,  {  ModalOwnerState ,  ModalProps  }  from  '../Modal' ; 
66import  {  Theme  }  from  '../styles' ; 
77import  {  TransitionProps  }  from  '../transitions/transition' ; 
8- import  {  CreateSlotsAndSlotProps ,  SlotProps  }  from  '../utils/types' ; 
98import  {  PopoverClasses  }  from  './popoverClasses' ; 
9+ import  {  CreateSlotsAndSlotProps ,  SlotProps  }  from  '../utils/types' ; 
1010
1111export  interface  PopoverSlots  { 
1212  root ?: React . ElementType ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments