Type Alias: SelectSharedOptionalProps

SelectSharedOptionalProps = Partial<{ color: SelectColor; helperColor: SelectHelperColor; size: SelectSize; }>

Shared optional props supported across select compound parts.