UNPKG

hightable

Version:

A dynamic windowed scrolling table component for react

8 lines (7 loc) 254 B
import type { HighTableProps } from '../types.js'; type Props = Pick<HighTableProps, 'onError' | 'overscan'>; /** * Fetch the required cells (visible + overscan). */ export declare function useFetchCells({ overscan, onError }: Props): void; export {};