@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) • 373 B
TypeScript
import * as React from 'react';
import { AdaptableOnePageWizardProps } from '../../../View/Wizard/Interface/IAdaptableWizard';
import { BaseSchedule } from '../../../AdaptableState/Common/Schedule';
export interface ScheduleWizardProps extends AdaptableOnePageWizardProps<BaseSchedule> {
}
export declare const ScheduleWizard: React.FunctionComponent<ScheduleWizardProps>;