TldrawUiMenuToolItem

See source code
Table of contents

Properties

type TLUiMenuToolItemProps = {
  toolId?: string;
} & Pick<TLUiMenuItemProps, "disabled" | "isSelected">;
Prev
TldrawUiMenuSubmenu
Next
TldrawUiOrientationProvider