UNPKG

@adaptabletools/adaptable

Version:

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

8 lines (7 loc) 295 B
import * as React from 'react'; import { BaseSchedule } from '../../../../AdaptableState/Common/Schedule'; export declare const getScheduleSettingsValues: (data: BaseSchedule) => { label: string; value: string; }[]; export declare const ScheduleSettingsSummary: React.FunctionComponent;