Outlook_Addin_LLM/node_modules/@fluentui/utilities/lib-amd/selection/index.js

11 lines
1.1 KiB
JavaScript

define(["require", "exports", "./Selection.types", "./Selection"], function (require, exports, Selection_types_1, Selection_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Selection = exports.SelectionMode = exports.SelectionDirection = exports.SELECTION_ITEMS_CHANGE = exports.SELECTION_CHANGE = void 0;
Object.defineProperty(exports, "SELECTION_CHANGE", { enumerable: true, get: function () { return Selection_types_1.SELECTION_CHANGE; } });
Object.defineProperty(exports, "SELECTION_ITEMS_CHANGE", { enumerable: true, get: function () { return Selection_types_1.SELECTION_ITEMS_CHANGE; } });
Object.defineProperty(exports, "SelectionDirection", { enumerable: true, get: function () { return Selection_types_1.SelectionDirection; } });
Object.defineProperty(exports, "SelectionMode", { enumerable: true, get: function () { return Selection_types_1.SelectionMode; } });
Object.defineProperty(exports, "Selection", { enumerable: true, get: function () { return Selection_1.Selection; } });
});
//# sourceMappingURL=index.js.map