UNPKG

@adaptabletools/adaptable

Version:

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

8 lines (7 loc) 440 B
import * as React from 'react'; import { StyledColumn } from '../../../../../AdaptableState/StyledColumnState'; import { BulletChartStyle } from '../../../../../AdaptableState/StyledColumns/BulletChartStyle'; export declare const StyledColumnBulletPreview: React.FunctionComponent<React.PropsWithChildren<{ data: StyledColumn; }>>; export declare const hasBulletChartRangesConfigured: (bullet: BulletChartStyle | undefined) => boolean;