@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) • 358 B
TypeScript
import * as React from 'react';
import { ChartDefinition } from '../../../../types';
import { AdaptableOnePageWizardProps } from '../../../Wizard/Interface/IAdaptableWizard';
export interface AgChargingWizardProps extends AdaptableOnePageWizardProps<ChartDefinition> {
}
export declare const AgChargingWizard: React.FunctionComponent<AgChargingWizardProps>;