@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) • 388 B
TypeScript
import * as React from 'react';
import { AlertDefinition } from '../../../AdaptableState/AlertState';
import { AlertType } from '../Utilities/getAlertType';
type AlertScopeWizardSectionProps = {
onChange: (data: AlertDefinition) => void;
alertType: AlertType;
};
export declare const AlertScopeWizardSection: (props: AlertScopeWizardSectionProps) => React.JSX.Element;
export {};