@oceanbase-odc/ob-react-data-grid
Version:
Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like
7 lines • 385 B
TypeScript
import type { RefAttributes } from 'react';
import type { DataGridProps, DataGridRef } from './types';
export declare const FILTER_NULL_KEY = "(null)";
export declare const FILTER_EMPTY_KEY = "(empty)";
declare const _default: <R, SR = unknown>(props: DataGridProps<R, SR> & RefAttributes<DataGridRef<R>>) => JSX.Element;
export default _default;
//# sourceMappingURL=DataGrid.d.ts.map