TldrawUiMenuToolItem
Table of contents
Properties
type TLUiMenuToolItemProps = {
toolId?: string;
} & Pick<TLUiMenuItemProps, "disabled" | "isSelected">;Prev
TldrawUiMenuSubmenuNext
TldrawUiOrientationProvidertype TLUiMenuToolItemProps = {
toolId?: string;
} & Pick<TLUiMenuItemProps, "disabled" | "isSelected">;