(child: RNTabItem)
| 50 | } |
| 51 | } |
| 52 | appendChild(child: RNTabItem): void { |
| 53 | this.appendInitialChild(child); |
| 54 | } |
| 55 | insertBefore(child: RNTabItem, beforeChild: RNTabItem): void { |
| 56 | if (!(child instanceof RNTabItem)) { |
| 57 | throw new Error("Children of tab should be of type TabItem"); |
no test coverage detected