UNPKG

@adaptabletools/adaptable

Version:

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

8 lines (7 loc) 329 B
import * as React from 'react'; import { StyledColumn } from '../../../../../AdaptableState/StyledColumnState'; import { AdaptableApi } from '../../../../../Api/AdaptableApi'; export declare const StyledColumnGradientPreview: React.FunctionComponent<React.PropsWithChildren<{ data: StyledColumn; api?: AdaptableApi; }>>;