TLUiMenuGroupProps
See source codeTable of contents
interface TLUiMenuGroupProps<TranslationKey extends string = string> {}Properties
children
optional
children?: ReactNodeclassName
optional
className?: stringid
id: stringlabel
optional
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
}
| TranslationKeyPrev
TLUiMenuContextProviderPropsNext
TLUiMenuItemProps