UNPKG

@officesdk/web

Version:

Web JS SDK for the Office SDK

10 lines (9 loc) 376 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DocumentExportType = void 0; var DocumentExportType; (function (DocumentExportType) { DocumentExportType["Docx"] = "docx"; DocumentExportType["Pdf"] = "pdf"; DocumentExportType["Image"] = "image"; })(DocumentExportType || (exports.DocumentExportType = DocumentExportType = {}));