ag-grid
Version:
Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
13 lines (12 loc) • 380 B
TypeScript
// Type definitions for ag-grid v18.1.2
// Project: http://www.ag-grid.com/
// Definitions by: Niall Crosby <https://github.com/ag-grid/>
export declare class Environment {
private eGridDiv;
private gridSize;
private iconSize;
private sassVariables;
loadSassVariables(): void;
getSassVariable(theme: string, key: string): number;
getTheme(): string;
}