TldrawUiMenuGroup
See source codeTable of contents
Properties
children
optional
children?: ReactNode
className
optional
className?: string
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
TldrawUiMenuContextProviderNext
TldrawUiMenuItem