RoleSelectMenuProps
RoleSelectMenuProps
The RoleSelectMenu component props.
Signature
interface RoleSelectMenuProps extends Partial<Omit<RoleSelectMenuComponentData, 'type'>>,
    CommonSelectMenuProps<RoleSelectMenuInteraction, RoleSelectMenuKit> {
}
- Extends: Partial<Omit<RoleSelectMenuComponentData, 'type'>>,CommonSelectMenuProps<RoleSelectMenuInteraction, RoleSelectMenuKit>