@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) • 346 B
TypeScript
import * as React from 'react';
import { NamedQuery } from '../../../types';
import { AdaptableOnePageWizardProps } from '../../Wizard/Interface/IAdaptableWizard';
export interface NamedQueryWizardProps extends AdaptableOnePageWizardProps<NamedQuery> {
}
export declare function NamedQueryWizard(props: NamedQueryWizardProps): React.JSX.Element;