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

8 lines
674 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FocusZoneTabbableElements = exports.FocusZoneDirection = exports.FocusZone = void 0;
var react_focus_1 = require("@fluentui/react-focus");
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