UNPKG

@sdziadkowiec/react-datasheet-grid

Version:

An Excel-like React component to create beautiful spreadsheets.

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