| 1 | import { getFeature, registerFeature } from "../FeaturesRegistry.js"; |
| 2 | import { isF6Next, isF6Previous } from "../Keys.js"; |
| 3 | import { getFirstFocusableElement } from "../util/FocusableElements.js"; |
| 4 | import getFastNavigationGroups from "../util/getFastNavigationGroups.js"; |
nothing calls this directly
no test coverage detected