UNPKG

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

Version:

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

8 lines 304 B
import React from 'react'; export declare const RowStore: React.Context<{ showMenuRowIdx: number | null; setShowMenuRowIdx?: (rowIdx: number, isShow: boolean) => void; topRowSet: Set<React.Key>; changeTopRowSet: (newSet: Set<React.Key>) => void; }>; //# sourceMappingURL=rowStore.d.ts.map