UNPKG

pptx-automizer-mp70

Version:
15 lines 603 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ElementSubtype = exports.ElementType = void 0; var ElementType; (function (ElementType) { ElementType["Chart"] = "Chart"; ElementType["Image"] = "Image"; ElementType["Shape"] = "Generic"; })(ElementType = exports.ElementType || (exports.ElementType = {})); var ElementSubtype; (function (ElementSubtype) { ElementSubtype["chart"] = "chart"; ElementSubtype["chartEx"] = "chartEx"; })(ElementSubtype = exports.ElementSubtype || (exports.ElementSubtype = {})); //# sourceMappingURL=element-type.js.map