UNPKG

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

Version:

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

14 lines 565 B
import React from 'react'; import { ContextMenuRender, getContextMenuConfig } from '../types'; export declare const ContextMenuStore: React.Context<{ ContextMenuRender?: ContextMenuRender; getContextMenuConfig?: getContextMenuConfig<any>; onAddRows?: (targetRow: any) => void; onDeleteRow?: (row: any) => void; onRowReorder?: (sourceRowIndex: number, targetRowIndex: number) => void; enableAddAction?: boolean; enableRowRecord?: boolean; enableRowTools?: boolean; readonly?: boolean; }>; //# sourceMappingURL=contextMenu.d.ts.map