(items: Array<ITab>, callback: (arg0: ITab, arg1: number) => void)
| 1559 | }; |
| 1560 | |
| 1561 | const walk = (items: Array<ITab>, callback: (arg0: ITab, arg1: number) => void) => { |
| 1562 | _walk(items, callback, 0); |
| 1563 | }; |
| 1564 | |
| 1565 | TabContainer.define(); |
| 1566 |
no test coverage detected
searching dependent graphs…