import { Theme } from "../styles"; import { AlertTitleClasses } from "./alertTitleClasses"; import { SxProps } from "@suid/system"; import { ElementType } from "@suid/types"; import { JSXElement } from "solid-js"; export interface AlertTitleTypeMap
{
name: "MuiAlertTitle";
selfProps: {
/**
* The content of the component.
*/
children?: JSXElement;
/**
* Override or extend the styles applied to the component.
*/
classes?: Partial