Skip to main content
Version: Next

UserSelectMenuProps

UserSelectMenuProps

The UserSelectMenu component.

Signature
interface UserSelectMenuProps extends Partial<Omit<UserSelectMenuComponentData, 'type'>>,
CommonSelectMenuProps<UserSelectMenuInteraction, UserSelectMenuKit> {

}