UNPKG

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

Version:

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

4 lines 174 B
import { DataGridRef } from "../types"; declare function exportCsv<R>(gridRefContext: DataGridRef<R>): void; export default exportCsv; //# sourceMappingURL=exportCsv.d.ts.map