UNPKG

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

Version:

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

5 lines 251 B
import React from 'react'; import { ContextMenuRenderProps } from './types'; declare const DefaultContextMenuRender: React.FC<ContextMenuRenderProps<any>>; export default DefaultContextMenuRender; //# sourceMappingURL=DefaultContextMenuRender.d.ts.map