UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

12 lines (11 loc) 281 B
import { OwnerStateThemeType } from '.'; declare const ListItemIcon: () => { MuiListItemIcon: { styleOverrides: { root: ({ theme }: OwnerStateThemeType) => { minWidth: number; }; }; }; }; export default ListItemIcon;