UNPKG

@adaptabletools/adaptable

Version:

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

8 lines (7 loc) 322 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; }; export declare const renderExportRowsView: (report: Report, api: AdaptableApi) => React.ReactNode;