import { Theme } from "../styles"; import { FormGroupClasses } from "./formGroupClasses"; import { SxProps } from "@suid/system"; import { ElementType, OverrideProps } from "@suid/types"; import { JSXElement } from "solid-js"; export interface FormGroupTypeMap
{
name: "MuiFormGroup";
defaultPropNames: "row";
selfProps: {
/**
* The content of the component.
*/
children?: JSXElement;
/**
* Override or extend the styles applied to the component.
*/
classes?: Partial