TLUiMenuGroupProps
See source codeTable of contents
interface TLUiMenuGroupProps<TranslationKey extends string = string> {}
Properties
children
optional
children?: ReactNode
id
id: string
label
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
}
| TranslationKey
Prev
TLUiMenuContextProviderPropsNext
TLUiMenuItemProps