virtua
Version:
A zero-config, fast and small (~3kB) virtual list (and grid) component for React, Vue, Solid and Svelte.
5 lines (4 loc) • 302 B
TypeScript
import type { ItemsRange } from "../core";
export declare const styleToString: (obj: Record<string, string | undefined>) => string;
export declare const defaultGetKey: (_data: unknown, i: number) => string;
export declare function iterRange([start, end]: ItemsRange): Generator<number, void, unknown>;