UNPKG

@officesdk/web

Version:

Web JS SDK for the Office SDK

7 lines (6 loc) 278 B
export var PresentationExportType; (function (PresentationExportType) { PresentationExportType["Pptx"] = "pptx"; PresentationExportType["ImagePdf"] = "imagePdf"; PresentationExportType["Image"] = "image"; })(PresentationExportType || (PresentationExportType = {}));