react-datasheet-grid
Version:
An Excel-like React component to create beautiful spreadsheets.
6 lines • 617 B
TypeScript
import { Cell, CellWithId, Column, Selection, SelectionWithId } from '../types';
export declare const getCell: (value: any, colMax: number, rowMax: number, columns: Column<any, any, any>[]) => Cell | null;
export declare const getCellWithId: (cell: Cell | null, columns: Column<any, any, any>[]) => CellWithId;
export declare const getSelection: (value: any, colMax: number, rowMax: number, columns: Column<any, any, any>[]) => Selection | null;
export declare const getSelectionWithId: (selection: Selection | null, columns: Column<any, any, any>[]) => SelectionWithId | null;
//# sourceMappingURL=typeCheck.d.ts.map