| 1 | import UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js"; |
| 2 | import { customElement, property, i18n } from "@ui5/webcomponents-base/dist/decorators.js"; |
| 3 | import { isEnter, isSpace } from "@ui5/webcomponents-base/dist/Keys.js"; |
| 4 | import { isInstanceOfTable, toggleAttribute } from "./TableUtils.js"; |
nothing calls this directly
no test coverage detected