()
| 158 | } |
| 159 | |
| 160 | getTotalSize(): SizeInfo { |
| 161 | return { |
| 162 | height: this._height, |
| 163 | width: this._width, |
| 164 | }; |
| 165 | } |
| 166 | |
| 167 | cellRenderers({height, isScrolling, width, x, y}) { |
| 168 | const {cellGroupRenderer, cellRenderer} = this.props; |
no outgoing calls
no test coverage detected