@officesdk/web
Version:
Web JS SDK for the Office SDK
10 lines (9 loc) • 422 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PresentationExportType = void 0;
var PresentationExportType;
(function (PresentationExportType) {
PresentationExportType["Pptx"] = "pptx";
PresentationExportType["ImagePdf"] = "imagePdf";
PresentationExportType["Image"] = "image";
})(PresentationExportType || (exports.PresentationExportType = PresentationExportType = {}));