| 21 | * represent views currently being displayed. |
| 22 | */ |
| 23 | export class ReusableView<T extends object, V> { |
| 24 | /** The Virtualizer this view is a part of. */ |
| 25 | virtualizer: Virtualizer<T, V>; |
| 26 |
nothing calls this directly
no outgoing calls
no test coverage detected