@aurigma/design-atoms
Version:
Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.
8 lines • 401 B
JavaScript
export var ContentType;
(function (ContentType) {
ContentType[ContentType["NotContent"] = 0] = "NotContent";
ContentType[ContentType["PlaceholderContent"] = 1] = "PlaceholderContent";
ContentType[ContentType["TopFrame"] = 2] = "TopFrame";
ContentType[ContentType["BottomFrame"] = 3] = "BottomFrame";
})(ContentType || (ContentType = {}));
//# sourceMappingURL=ContentType.js.map