@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) • 466 B
TypeScript
import * as React from 'react';
import { FlashingCellDefinition } from '../../../AdaptableState/FlashingCellState';
export interface FlashingAlertRulesWizardSectionProps {
onChange: (data: FlashingCellDefinition) => void;
}
export declare const renderFlashingAlertRulesSummary: (flashingAlert: FlashingCellDefinition) => React.JSX.Element;
export declare const FlashingAlertRulesWizardSection: (props: FlashingAlertRulesWizardSectionProps) => React.JSX.Element;