File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
packages/core/src/ReExports Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ export const Entries = {
5757 List : lazy ( ( ) => import ( '@mui/material/List' ) ) ,
5858 ListItem : lazy ( ( ) => import ( '@mui/material/ListItem' ) ) ,
5959 ListItemAvatar : lazy ( ( ) => import ( '@mui/material/ListItemAvatar' ) ) ,
60+ ListItemButton : lazy ( ( ) => import ( '@mui/material/ListItemButton' ) ) ,
6061 ListItemSecondaryAction : lazy (
6162 ( ) => import ( '@mui/material/ListItemSecondaryAction' ) ,
6263 ) ,
Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ export default [
195195 '@mui/material/List' ,
196196 '@mui/material/ListItem' ,
197197 '@mui/material/ListItemAvatar' ,
198+ '@mui/material/ListItemButton' ,
198199 '@mui/material/ListItemSecondaryAction' ,
199200 '@mui/material/ListItemIcon' ,
200201 '@mui/material/ListSubheader' ,
You can’t perform that action at this time.
0 commit comments