@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 '../../../View/Wizard/Interface/IAdaptableWizard';
import { Shortcut } from '../../../AdaptableState/ShortcutState';
export interface ShortcutWizardProps extends AdaptableOnePageWizardProps<Shortcut> {
availableKeys: string[];
}
export declare const ShortcutWizard: React.FunctionComponent<ShortcutWizardProps>;