UNPKG

react-datasheet-grid

Version:

An Excel-like React component to create beautiful spreadsheets.

12 lines 272 B
import { FC } from 'react'; export declare const Cell: FC<{ gutter: boolean; stickyRight: boolean; disabled?: boolean; className?: string; active?: boolean; children?: any; width: number; left: number; }>; //# sourceMappingURL=Cell.d.ts.map