@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
8 lines (7 loc) • 452 B
TypeScript
import { SummaryOperation } from '../../AdaptableState/Common/Enums';
import { AdaptableTheme } from '../../AdaptableState/ThemeState';
export declare const CELL_SUMMARY_DEFAULT_OPERATION: SummaryOperation | string;
export declare const QUICK_SEARCH_DEFAULT_BACK_COLOR: string;
export declare const QUICK_SEARCH_DEFAULT_FORE_COLOR: string;
export declare const SYSTEM_THEMES: AdaptableTheme[];
export declare const THEME_DEFAULT_CURRENT_THEME: string;