UNPKG

@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) 415 B
import * as React from 'react'; import { ExternalChartDefinition } from '../../../../AdaptableState/ChartingState'; import { AdaptableOnePageWizardProps } from '../../../Wizard/Interface/IAdaptableWizard'; export interface ExternalChartingWizardProps extends AdaptableOnePageWizardProps<ExternalChartDefinition> { } export declare const ExternalChartingWizard: React.FunctionComponent<ExternalChartingWizardProps>;