Skip to main content
Version: Next

RoleSelectMenuProps

RoleSelectMenuProps

The RoleSelectMenu component props.

Signature
interface RoleSelectMenuProps extends Partial<Omit<RoleSelectMenuComponentData, 'type'>>,
CommonSelectMenuProps<RoleSelectMenuInteraction, RoleSelectMenuKit> {

}