react-render-wave
Version:
A compact React hook and component for progressive rendering of large datasets with optional scroll virtualization.
13 lines (12 loc) • 746 B
TypeScript
/* tslint:disable */
/* eslint-disable */
export const memory: WebAssembly.Memory;
export const get_visible_indexes: (a: number, b: number, c: number, d: number) => [number, number];
export const snap_to_batch_offset: (a: number, b: number, c: number) => number;
export const group_indexes: (a: any) => any;
export const compute_scroll_target: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
export const __wbindgen_export_0: WebAssembly.Table;
export const __wbindgen_malloc: (a: number, b: number) => number;
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
export const __wbindgen_free: (a: number, b: number, c: number) => void;
export const __wbindgen_start: () => void;