TLUiMenuSubmenuProps
See source codeinterface TLUiMenuSubmenuProps<Translation extends string = string> {}Properties
children
children: ReactNodedisabled
optional
disabled?: booleanid
id: stringlabel
optional
label?:
  | {
      [key: string]: Translation
    }
  | Translationsize
optional
size?: 'medium' | 'small' | 'tiny' | 'wide'Prev
TLUiMenuItemPropsNext
TLUiOverrides