@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) • 372 B
TypeScript
import * as React from 'react';
import { CellSummmaryInfo } from '../../AdaptableState/Common/CellSummary';
interface CellSummaryDetailsProps extends React.ClassAttributes<CellSummaryDetails> {
CellSummary: CellSummmaryInfo;
}
export declare class CellSummaryDetails extends React.Component<CellSummaryDetailsProps, {}> {
render(): React.JSX.Element;
}
export {};