UNPKG

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

Version:

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

5 lines 276 B
import type { RefAttributes } from 'react'; import type { CellRendererProps } from './types'; declare const MemoCell: <R, SR = unknown>(props: CellRendererProps<R, SR> & RefAttributes<HTMLDivElement>) => JSX.Element; export default MemoCell; //# sourceMappingURL=Cell.d.ts.map