UNPKG

@adaptabletools/adaptable

Version:

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

10 lines (9 loc) 442 B
import * as React from 'react'; import { FlashingCellDefinition } from '../../../../types'; export declare const FlashingCellScopeSummaryContent: React.FC<{ scope: import("../../../../types").ColumnScope; }>; export declare const FlashingCellScopeSummaryView: React.FunctionComponent<{ data: FlashingCellDefinition; }>; export declare const renderFlashingCellScopeSummary: (flashingCell: FlashingCellDefinition) => React.JSX.Element;