import { InputProps } from "../Input"; import { Theme } from "../styles"; import { NativeSelectInputProps } from "./NativeSelectInput"; import { NativeSelectClasses } from "./nativeSelectClasses"; import { SxProps } from "@suid/system"; import * as ST from "@suid/types"; import { JSXElement } from "solid-js"; export type NativeSelectTypeMap
= { name: "MuiNativeSelect"; defaultPropNames: "classes" | "IconComponent" | "input"; selfProps: { /** * The option elements to populate the select with. * Can be some `