UNPKG

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

Version:

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

6 lines 191 B
import React from 'react'; import { DataGridRef } from '../types'; export declare const GridStore: React.Context<{ gridRef: DataGridRef | null; }>; //# sourceMappingURL=gridStore.d.ts.map