UNPKG

virtua

Version:

A zero-config, fast and small (~3kB) virtual list (and grid) component for React, Vue, Solid and Svelte.

6 lines (5 loc) 153 B
/** * @module react */ export type { CacheSnapshot, ScrollToIndexAlign, ScrollToIndexOpts, } from "./core/types.js"; export * from "./react/index.js";