Files
starface-outlook-sync-addin/node_modules/@fluentui/react/lib-amd/FocusZone.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

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