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