@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
9 lines (8 loc) • 556 B
TypeScript
/// <reference types="react" />
import { WindowPopupChildProps } from './WindowPopups';
export declare const WINDOW_GRID_FILTER_EDITOR = "WINDOW_GRID_FILTER_EDITOR";
export declare const SHOW_PIVOT_COLUMN_DETAILS = "SHOW_PIVOT_COLUMN_DETAILS";
export declare const SHOW_THEME_EDITOR = "SHOW_THEME_EDITOR";
export declare const WINDOW_SHOW_TRANSPOSED_VIEW = "WINDOW_SHOW_TRANSPOSED_VIEW";
export declare const COLUMN_FILTER_WINDOW = "COLUMN_FILTER_WINDOW";
export declare const windowFactory: Record<string, React.FunctionComponent<WindowPopupChildProps>>;