UNPKG

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

Version:

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

4 lines 295 B
import type { EditorProps } from '../types'; export declare const textEditorClassname: string; export default function ReadOnlyEditor<TRow, TSummaryRow = unknown>({ row, column, onClose }: EditorProps<TRow, TSummaryRow>): import("react").JSX.Element; //# sourceMappingURL=ReadOnlyEditor.d.ts.map