@officesdk/web
Version:
Web JS SDK for the Office SDK
11 lines (10 loc) • 903 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DocumentExportType = exports.EditorStandardRole = exports.EditorModeType = exports.FileType = exports.createSDK = void 0;
var client_1 = require("./client");
Object.defineProperty(exports, "createSDK", { enumerable: true, get: function () { return client_1.createSDK; } });
Object.defineProperty(exports, "FileType", { enumerable: true, get: function () { return client_1.FileType; } });
var shared_1 = require("./shared");
Object.defineProperty(exports, "EditorModeType", { enumerable: true, get: function () { return shared_1.EditorModeType; } });
Object.defineProperty(exports, "EditorStandardRole", { enumerable: true, get: function () { return shared_1.EditorStandardRole; } });
Object.defineProperty(exports, "DocumentExportType", { enumerable: true, get: function () { return shared_1.DocumentExportType; } });