@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
12 lines (11 loc) • 452 B
TypeScript
import * as React from 'react';
import { IPushPullSchedule, IPushPullDomain, Report } from '../../../../types';
interface ScheduleSettingsIpushPullProps {
iPushPull: IPushPullSchedule;
allReports: Report[];
allFolders: IPushPullDomain[];
availablePages: string[];
onChange: (iPushPull: IPushPullSchedule) => void;
}
export declare const ScheduleSettingsIPushPull: React.FunctionComponent<ScheduleSettingsIpushPullProps>;
export {};