@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) • 462 B
TypeScript
import { FunctionComponent } from 'react';
import { ExternalChartDefinition } from '../../../AdaptableState/ChartingState';
import { ChartDefinition } from '../../../types';
import { AdaptableOnePageWizardProps } from '../../Wizard/Interface/IAdaptableWizard';
export interface AgChargingWizardProps extends AdaptableOnePageWizardProps<ChartDefinition | ExternalChartDefinition> {
}
export declare const ChartingWizard: FunctionComponent<AgChargingWizardProps>;