Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.14 KB

File metadata and controls

28 lines (18 loc) · 1.14 KB
title RoleSelectMenuProps
isDefaultIndex false
generated true

import MemberInfo from '@site/src/components/MemberInfo'; import GenerationInfo from '@site/src/components/GenerationInfo'; import MemberDescription from '@site/src/components/MemberDescription';

RoleSelectMenuProps

The RoleSelectMenu component props.

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

}