UNPKG

@aurigma/design-atoms-interfaces

Version:

20 lines (19 loc) 1.07 kB
export var ItemType; (function (ItemType) { ItemType[ItemType["AutoScaledTextItem"] = 0] = "AutoScaledTextItem"; ItemType[ItemType["BarcodeItem"] = 1] = "BarcodeItem"; ItemType[ItemType["BoundedTextItem"] = 2] = "BoundedTextItem"; ItemType[ItemType["CurvedTextItem"] = 3] = "CurvedTextItem"; ItemType[ItemType["EllipseItem"] = 4] = "EllipseItem"; ItemType[ItemType["ImageItem"] = 5] = "ImageItem"; ItemType[ItemType["LineItem"] = 6] = "LineItem"; ItemType[ItemType["PathBoundedTextItem"] = 7] = "PathBoundedTextItem"; ItemType[ItemType["PlaceholderItem"] = 8] = "PlaceholderItem"; ItemType[ItemType["PlainTextItem"] = 9] = "PlainTextItem"; ItemType[ItemType["RectangleItem"] = 10] = "RectangleItem"; ItemType[ItemType["ArchedTextItem"] = 11] = "ArchedTextItem"; ItemType[ItemType["ShapeItem"] = 12] = "ShapeItem"; ItemType[ItemType["GroupItem"] = 13] = "GroupItem"; ItemType[ItemType["LayoutItem"] = 14] = "LayoutItem"; ItemType[ItemType["ClipartItem"] = 15] = "ClipartItem"; })(ItemType || (ItemType = {}));