FrontPastel/node_modules/@mui/material/ListItemSecondaryAction/listItemSecondaryActionClas...

11 lines
549 B
TypeScript
Raw Normal View History

2024-04-17 13:55:11 +00:00
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;