1
0
Fork 0
react-playground/node_modules/@mui/material/ListItemIcon/listItemIconClasses.d.ts

10 lines
No EOL
464 B
TypeScript

export interface ListItemIconClasses {
/** Styles applied to the root element. */
root: string;
/** Styles applied to the root element when the parent `ListItem` uses `alignItems="flex-start"`. */
alignItemsFlexStart: string;
}
export type ListItemIconClassKey = keyof ListItemIconClasses;
export declare function getListItemIconUtilityClass(slot: string): string;
declare const listItemIconClasses: ListItemIconClasses;
export default listItemIconClasses;