Table of contents
interface TLUiMenuSubmenuProps<Translation extends string = string> {}

Properties

children

children: ReactNode

disabled

disabled?: boolean

id

id: string

label

label?:
  | {
      [key: string]: Translation
    }
  | Translation

size

size?: 'medium' | 'small' | 'tiny' | 'wide'

TLUiMenuItemPropsTLUiPopoverContentProps