@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) • 392 B
TypeScript
import * as React from 'react';
import { AdaptableOnePageWizardProps } from '../../Wizard/Interface/IAdaptableWizard';
import { CustomSort } from '../../../AdaptableState/CustomSortState';
export interface CustomSortWizardProps extends AdaptableOnePageWizardProps<CustomSort> {
isNew: boolean;
}
export declare const CustomSortWizard: (props: CustomSortWizardProps) => React.JSX.Element;