@tanstack/virtual-core
Advanced tools
Comparing version 3.0.0-beta.49 to 3.0.0-beta.52
{ | ||
"name": "@tanstack/virtual-core", | ||
"author": "Tanner Linsley", | ||
"version": "3.0.0-beta.49", | ||
"version": "3.0.0-beta.52", | ||
"description": "Headless UI for virtualizing scrollable elements in TS/JS + Frameworks", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -70,3 +70,3 @@ import { approxEqual, memo, notUndefined } from './utils' | ||
const handler = (rect: { width: number; height: number }) => { | ||
const handler = (rect: Rect) => { | ||
const { width, height } = rect | ||
@@ -73,0 +73,0 @@ cb({ width: Math.round(width), height: Math.round(height) }) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
400279