| 17 | import { instanceOfUI5Element } from "../UI5Element.js"; |
| 18 | |
| 19 | interface ITabbable { |
| 20 | id: string, |
| 21 | forcedTabIndex?: string, |
| 22 | } |
| 23 | |
| 24 | type ItemNavigationOptions = { |
| 25 | currentIndex?: number, |
nothing calls this directly
no outgoing calls
no test coverage detected