UNPKG

hightable

Version:

A dynamic windowed scrolling table component for react

7 lines (6 loc) 242 B
import type { PartialRow } from '../../helpers/row.js'; export declare function formatRowNumber(rowIndex?: number): string; /** * Validate row length */ export declare function rowError(row: PartialRow, length: number): string | undefined;