UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

11 lines (10 loc) 472 B
import * as React from 'react'; import { Shortcut } from '../../../AdaptableState/ShortcutState'; export declare const isSettingsValid: (data: Shortcut) => string | true; export declare const ShortcutSettingsSummary: React.FunctionComponent; interface ShortcutSettingsWizardProps { availableKeys: Array<string>; onChange: (shortcut: Shortcut) => void; } export declare const ShortcutSettingsWizard: React.FunctionComponent<ShortcutSettingsWizardProps>; export {};