(el: HTMLElement)
| 1536 | } |
| 1537 | |
| 1538 | const isTabInStrip = (el: HTMLElement) => el.localName === "div" && el.getAttribute("role") === "tab"; |
| 1539 | |
| 1540 | const getTabInStrip = (el: HTMLElement | null) => { |
| 1541 | while (el) { |
no outgoing calls
no test coverage detected
searching dependent graphs…