import { Theme } from "../styles"; import { ListItemSecondaryActionClasses } from "./listItemSecondaryActionClasses"; import { SxProps } from "@suid/system"; import { ElementType, OverrideProps } from "@suid/types"; import { JSXElement } from "solid-js"; export interface ListItemSecondaryActionTypeMap
{
name: "MuiListItemSecondaryAction";
selfProps: {
/**
* The content of the component, normally an `Avatar`.
*/
children?: JSXElement;
/**
* Override or extend the styles applied to the component.
*/
classes?: Partial