UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

7 lines (6 loc) 223 B
import * as React from 'react'; import { AdaptableApi, Report } from '../../../types'; export declare const getExportRowsViewItems: (report: Report, api: AdaptableApi) => { name: string; view: React.JSX.Element; };