import { ButtonBaseTypeMap } from "../ButtonBase"; import { OverrideProps } from "../OverridableComponent"; import { Theme } from "../styles"; import { CardActionAreaClasses } from "./cardActionAreaClasses"; import { SxProps } from "@suid/system"; import { ElementType } from "@suid/types"; export type CardActionAreaTypeMap
= {
name: "MuiCardActionArea";
selfProps: {
/**
* Override or extend the styles applied to the component.
*/
classes?: Partial