UNPKG

@adaptabletools/adaptable

Version:

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

8 lines (7 loc) 337 B
import * as React from 'react'; import { StyledColumn } from '../../../../../AdaptableState/StyledColumnState'; export declare const DEFAULT_ICON_STYLE_SIZE = 18; export declare const DEFAULT_ICON_STYLE_GAP = 4; export declare const StyledColumnIconPreview: React.FunctionComponent<React.PropsWithChildren<{ data: StyledColumn; }>>;