UNPKG

@officesdk/web

Version:

Web JS SDK for the Office SDK

7 lines (6 loc) 240 B
export var DocumentExportType; (function (DocumentExportType) { DocumentExportType["Docx"] = "docx"; DocumentExportType["Pdf"] = "pdf"; DocumentExportType["Image"] = "image"; })(DocumentExportType || (DocumentExportType = {}));