UNPKG

@mui/material

Version:

React components that implement Google's Material Design.

11 lines (10 loc) 549 B
export interface ListItemSecondaryActionClasses { /** Styles applied to the root element. */ root: string; /** Styles applied to the root element when the parent `ListItem` has `disableGutters={true}`. */ disableGutters: string; } export type ListItemSecondaryActionClassKey = keyof ListItemSecondaryActionClasses; export declare function getListItemSecondaryActionClassesUtilityClass(slot: string): string; declare const listItemSecondaryActionClasses: ListItemSecondaryActionClasses; export default listItemSecondaryActionClasses;