MentionableSelectMenuProps
MentionableSelectMenuProps
The MentionableSelectMenu component props.
Signature
interface MentionableSelectMenuProps extends Partial<Omit<MentionableSelectMenuComponentData, 'type'>>,
    CommonSelectMenuProps<
      MentionableSelectMenuInteraction,
      MentionableSelectMenuKit
    > {
}
- Extends: Partial<Omit<MentionableSelectMenuComponentData, 'type'>>,CommonSelectMenuProps< MentionableSelectMenuInteraction, MentionableSelectMenuKit >