@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) • 430 B
TypeScript
import * as React from 'react';
import { AlertType } from '../Utilities/getAlertType';
export declare const renderAlertTypeSummary: (alertType: AlertType) => React.JSX.Element;
type AlertBehaviourWizardSectionProps = {
onAlertTypeChange: (alertType: AlertType) => void;
alertType: AlertType | null;
};
export declare const AlertTypeWizardSection: (props: AlertBehaviourWizardSectionProps) => React.JSX.Element;
export {};