@adaptabletools/adaptable
Version:
Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
10 lines (9 loc) • 502 B
TypeScript
import * as React from 'react';
import { AlertDefinition } from '../../../AdaptableState/AlertState';
export declare const isScheduledAlertTimeValid: (alert: AlertDefinition) => true | string;
export declare const renderAlertScheduledSummary: (data: AlertDefinition) => React.JSX.Element;
type AlertScheduledWizardSectionProps = {
onChange: (alert: AlertDefinition) => void;
};
export declare const AlertScheduledWizardSection: React.FunctionComponent<AlertScheduledWizardSectionProps>;
export {};