9 lines
749 B
JavaScript
9 lines
749 B
JavaScript
define(["require", "exports", "@fluentui/react-focus"], function (require, exports, react_focus_1) {
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.FocusZoneTabbableElements = exports.FocusZoneDirection = exports.FocusZone = void 0;
|
|
Object.defineProperty(exports, "FocusZone", { enumerable: true, get: function () { return react_focus_1.FocusZone; } });
|
|
Object.defineProperty(exports, "FocusZoneDirection", { enumerable: true, get: function () { return react_focus_1.FocusZoneDirection; } });
|
|
Object.defineProperty(exports, "FocusZoneTabbableElements", { enumerable: true, get: function () { return react_focus_1.FocusZoneTabbableElements; } });
|
|
});
|
|
//# sourceMappingURL=FocusZone.js.map
|