@adaptabletools/adaptable
Version:
Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
18 lines (17 loc) • 698 B
TypeScript
import * as React from 'react';
import { BulletChartStyle } from '../../../../../AdaptableState/StyledColumns/BulletChartStyle';
import { RangeBarStyle } from '../../../../../AdaptableState/StyledColumns/RangeBarStyle';
/**
* Compact schematic of a Range Bar (bands + track + value / reference markers)
* for the Styled Columns object list and wizard step summaries.
*/
export declare const StyledColumnRangeBarListPreview: React.FC<{
range: RangeBarStyle;
}>;
/**
* Compact schematic of a Bullet Chart (qualitative bands + bar + target marker)
* for the Styled Columns object list.
*/
export declare const StyledColumnBulletChartListPreview: React.FC<{
bullet: BulletChartStyle;
}>;