UNPKG

@adaptabletools/adaptable-cjs

Version:

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

9 lines (8 loc) 437 B
import * as React from 'react'; import { FormatColumn } from '../../../AdaptableState/FormatColumnState'; type FormatColumnRowScopeWizardSectionProps = { onChange: (data: FormatColumn) => void; }; export declare const renderFormatColumnRowScopeSummary: (data: FormatColumn) => React.JSX.Element; export declare const FormatColumnRowScopeWizardSection: (props: FormatColumnRowScopeWizardSectionProps) => React.JSX.Element; export {};