react-focus-on
Version:
The final solution for WAI ARIA compatible modal dialogs or full-screen tasks.
7 lines (6 loc) • 327 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var Combination_1 = require("./Combination");
Object.defineProperty(exports, "FocusOn", { enumerable: true, get: function () { return Combination_1.FocusOn; } });
tslib_1.__exportStar(require("./reExports"), exports);