@indielayer/ui
Version:
Indielayer UI Components with Tailwind CSS build for Vue 3
9 lines (8 loc) • 317 B
TypeScript
import type { Indices } from './types';
export declare function scanForUnloadedIndices({ isRowLoaded, minimumBatchSize, rowCount, startIndex, stopIndex, }: {
isRowLoaded: (index: number) => boolean;
minimumBatchSize: number;
rowCount: number;
startIndex: number;
stopIndex: number;
}): Indices[];