UNPKG

@adaptabletools/adaptable

Version:

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

5 lines (4 loc) 274 B
import * as React from 'react'; import { AlertDefinition } from '../../../AdaptableState/AlertState'; import { FlashingCellDefinition } from '../../../../types'; export declare const renderScopeSummary: (data: AlertDefinition | FlashingCellDefinition) => React.JSX.Element;