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 184 B
import type { Column } from './types'; export declare const SELECT_COLUMN_KEY = "select-row"; export declare const SelectColumn: Column<any, any>; //# sourceMappingURL=Columns.d.ts.map