(child: RNTableItem, beforeChild: RNTableItem)
| 167 | this.appendInitialChild(child); |
| 168 | } |
| 169 | insertBefore(child: RNTableItem, beforeChild: RNTableItem): void { |
| 170 | this.appendInitialChild(child); |
| 171 | } |
| 172 | static tagName = "table"; |
| 173 | } |
nothing calls this directly
no test coverage detected