Type Alias: SelectControlProps

SelectControlProps = Omit<SelectHTMLAttributes<HTMLSelectElement>, "size"> & PropsWithChildren & SelectControlOptionalProps

Props accepted by the native select control.