@adaptabletools/adaptable
Version:
Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
10 lines (9 loc) • 323 B
TypeScript
import * as React from 'react';
/**
* Compact range-colour strip for Percent Bar range summaries.
* Cell text / origin / font are shown in `StyledColumnPercentBarPreview`.
*/
export declare const PercentBarStylePreview: React.FunctionComponent<{
backgroundColor?: string | null;
barBackgroundColor?: string;
}>;