UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

17 lines (14 loc) 332 B
// ** Util Import import { OwnerStateThemeType } from '.' const ListItemIcon = () => { return { MuiListItemIcon: { styleOverrides: { root: ({ theme }: OwnerStateThemeType) => ({ minWidth: 24 }) } } } } export default ListItemIcon