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