Skip to main content
Version: Next

SelectMenuProps

SelectMenuProps

Type for the base select menu component data.

Signature
interface SelectMenuProps<T, C> extends Partial<Omit<BaseSelectMenuComponentData, 'type'>>,
CommonSelectMenuProps<T, C> {

}