UNPKG

@oceanbase-odc/ob-react-data-grid

Version:

Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like

8 lines 366 B
import type { CellRendererProps } from './types'; type SharedCellRendererProps<R, SR> = Pick<CellRendererProps<R, SR>, 'column'>; interface SummaryCellProps<R, SR> extends SharedCellRendererProps<R, SR> { row: SR; } declare const _default: <R, SR>(props: SummaryCellProps<R, SR>) => JSX.Element; export default _default; //# sourceMappingURL=SummaryCell.d.ts.map