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 300 B
import type { EditorProps } from '../types'; export declare const textEditorClassname: string; export default function TextEditor<TRow, TSummaryRow = unknown>({ row, column, onRowChange, onClose }: EditorProps<TRow, TSummaryRow>): import("react").JSX.Element; //# sourceMappingURL=TextEditor.d.ts.map