UNPKG

@adaptabletools/adaptable

Version:

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

8 lines (7 loc) 316 B
import * as React from 'react'; import { ReportSchedule } from '../../../AdaptableState/ExportState'; export declare const getScheduledReportSettingsValues: (reportSchedule: ReportSchedule) => { label: string; value: string; }[]; export declare const ScheduledReportSettingsSummary: React.FunctionComponent;