[]
        
(Showing Draft Content)

PaintToolType

Type Alias: PaintToolType

type PaintToolType = 
  | "Selection"
  | "Pencil"
  | "Brush"
  | "Eraser"
  | "CloneStamp"
  | "Text"
  | "Rectangle"
  | "Line"
  | "Ellipse"
  | "Arrow"
  | "Brackets"
  | "Image"
  | "None";

Paint tool type.