TldrawUiMenuToolItem
See source codeTable of contents
Properties
type TLUiMenuToolItemProps = {
toolId?: string
} & Pick<TLUiMenuItemProps, 'disabled' | 'isSelected'>
Prev
TldrawUiMenuSubmenuNext
TldrawUiPopovertype TLUiMenuToolItemProps = {
toolId?: string
} & Pick<TLUiMenuItemProps, 'disabled' | 'isSelected'>