Skip to main content
Version: Next

ChannelSelectMenuProps

ChannelSelectMenuProps

The ChannelSelectMenu component props.

Signature
interface ChannelSelectMenuProps extends Partial<Omit<ChannelSelectMenuComponentData, 'type'>>,
CommonSelectMenuProps<ChannelSelectMenuInteraction, ChannelSelectMenuKit> {

}