tap
Version:
A Test-Anything-Protocol library for JavaScript
18 lines • 537 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const react_1 = require("react");
const FocusContext = react_1.createContext({
activeId: undefined,
add: () => { },
remove: () => { },
activate: () => { },
deactivate: () => { },
enableFocus: () => { },
disableFocus: () => { },
focusNext: () => { },
focusPrevious: () => { },
focus: () => { }
});
FocusContext.displayName = 'InternalFocusContext';
exports.default = FocusContext;
//# sourceMappingURL=FocusContext.js.map