@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
7 lines (6 loc) • 342 B
TypeScript
import * as React from 'react';
import { AdaptableOnePageWizardProps } from '../../Wizard/Interface/IAdaptableWizard';
import { AlertDefinition } from '../../../types';
export interface AlertWizardProps extends AdaptableOnePageWizardProps<AlertDefinition> {
}
export declare const AlertWizard: (props: AlertWizardProps) => React.JSX.Element;