(index: number)
| 62 | |
| 63 | test("itemSize type: function", () => { |
| 64 | const itemSize = (index: number) => 20 + index * 20; |
| 65 | |
| 66 | const { result } = renderHook(() => |
| 67 | useVirtualizer({ |
no outgoing calls
no test coverage detected
searching dependent graphs…