@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
10 lines (9 loc) • 434 B
TypeScript
import * as React from 'react';
import { Layout, TableLayout } from '../../../../../types';
export declare const isAggregationsSectionValid: (data: Layout) => true | string;
export declare const AggregationsSectionSummary: React.FunctionComponent;
interface AggregationsSectionProps {
onChange: (data: TableLayout) => void;
}
export declare const AggregationsSection: React.FunctionComponent<AggregationsSectionProps>;
export {};