@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) • 356 B
TypeScript
import * as React from 'react';
import { OpenFinSchedule, Report } from '../../../../types';
interface ScheduleSettingsOpenFinProps {
openFin: OpenFinSchedule;
allReports: Report[];
onChange: (iPushPull: OpenFinSchedule) => void;
}
export declare const ScheduleSettingsOpenFin: React.FunctionComponent<ScheduleSettingsOpenFinProps>;
export {};