@tanstack/virtual-core
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -26,3 +26,3 @@ export * from './utils.js'; | ||
} | ||
interface Rect { | ||
export interface Rect { | ||
width: number; | ||
@@ -29,0 +29,0 @@ height: number; |
{ | ||
"name": "@tanstack/virtual-core", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Headless UI for virtualizing scrollable elements in TS/JS + Frameworks", | ||
@@ -5,0 +5,0 @@ "author": "Tanner Linsley", |
@@ -40,3 +40,3 @@ import { approxEqual, memo, notUndefined } from './utils' | ||
interface Rect { | ||
export interface Rect { | ||
width: number | ||
@@ -43,0 +43,0 @@ height: number |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
171900