7 lines
378 B
JavaScript
7 lines
378 B
JavaScript
define(["require", "exports", "@fluentui/utilities"], function (require, exports, utilities_1) {
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Selection = void 0;
|
|
Object.defineProperty(exports, "Selection", { enumerable: true, get: function () { return utilities_1.Selection; } });
|
|
});
|
|
//# sourceMappingURL=Selection.js.map
|