@adaptabletools/adaptable
Version:
Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
8 lines (7 loc) • 435 B
TypeScript
import * as React from 'react';
import type { CellBoxStyle } from '../../../../../AdaptableState/Common/AdaptableStyle';
import { StyledColumn } from '../../../../../AdaptableState/StyledColumnState';
export declare function getSparklineCellChromeCss(cell: CellBoxStyle | undefined): React.CSSProperties;
export declare const StyledColumnSparklinePreview: React.FunctionComponent<React.PropsWithChildren<{
data: StyledColumn;
}>>;