import { OverrideProps } from "../OverridableComponent"; import { Theme } from "../styles"; import { TableHeadClasses } from "./tableHeadClasses"; import { SxProps } from "@suid/system"; import * as ST from "@suid/types"; import * as JSX from "solid-js"; export type TableHeadTypeMap
= {
name: "MuiTableHead";
selfProps: {
/**
* The content of the component, normally `TableRow`.
*/
children?: JSX.JSXElement;
/**
* Override or extend the styles applied to the component.
*/
classes?: Partial