SelectMenuProps
SelectMenuProps
Type for the base select menu component data.
Signature
interface SelectMenuProps<T, C> extends Partial<Omit<BaseSelectMenuComponentData, 'type'>>,
CommonSelectMenuProps<T, C> {
}
- Extends:
Partial<Omit<BaseSelectMenuComponentData, 'type'>>
,CommonSelectMenuProps<T, C>