TLUiMenuGroupProps
Public typealias
Signature
type TLUiMenuGroupProps<TranslationKey extends string = string> = {
label?:
| {
[key: string]: TranslationKey
}
| TranslationKey
children?: ReactNode
id: string
}
Source
packages/tldraw/src/lib/ui/components/primitives/menus/TldrawUiMenuGroup.tsx