Skip to main content
Version: Next

MentionableSelectMenuProps

MentionableSelectMenuProps

The MentionableSelectMenu component props.

Signature
interface MentionableSelectMenuProps extends Partial<Omit<MentionableSelectMenuComponentData, 'type'>>,
CommonSelectMenuProps<
MentionableSelectMenuInteraction,
MentionableSelectMenuKit
> {

}