UNPKG

@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) 296 B
import * as React from 'react'; import { Shortcut } from '../../../AdaptableState/ShortcutState'; interface StyleScopeWizardSectionProps { onChange: (data: Shortcut) => void; } export declare const ShortcutScopeWizardSection: React.FunctionComponent<StyleScopeWizardSectionProps>; export {};