UNPKG

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

Version:

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

3 lines 241 B
import type { EditorProps } from '../types'; export default function EditorContainer<R, SR>({ row, column, width, onRowChange, ...props }: EditorProps<R, SR>): import("react").JSX.Element | null; //# sourceMappingURL=EditorContainer.d.ts.map