UNPKG

@adaptabletools/adaptable

Version:

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

10 lines (9 loc) 406 B
import React from 'react'; import { ReportFormatType, ReportNameType } from '../../AdaptableState/ExportState'; interface ExportDestinationPickerProps { viewType: 'Toolbar' | 'ToolPanel' | 'StatusBar' | 'SettingsPanel'; reportName: ReportNameType; reportFormat: ReportFormatType; } export declare const ExportDestinationPicker: React.FunctionComponent<ExportDestinationPickerProps>; export {};