TLUiMenuGroupProps
Table of contents
interface TLUiMenuGroupProps<TranslationKey extends string = string> {}
Properties
children?: ReactNode
id: string
The label to display on the item. If it's a string, it will be translated. If it's an object, the keys will be used as the language keys and the values will be translated.
label?:
| {
[key: string]: TranslationKey
}
| TranslationKey