@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
11 lines (10 loc) • 467 B
TypeScript
import * as React from 'react';
import { AlertDefinition } from '../../../AdaptableState/AlertState';
import { AlertType } from '../Utilities/getAlertType';
export declare const renderAlertMessageSummary: () => React.JSX.Element;
type AlertDisplayWizardSectionProps = {
onChange: (data: AlertDefinition) => void;
alertType: AlertType;
};
export declare const AlertMessageWizardSection: (props: AlertDisplayWizardSectionProps) => React.JSX.Element;
export {};