UNPKG

496 BTypeScriptView Raw
1// Type definitions for ag-grid v18.1.2
2// Project: http://www.ag-grid.com/
3// Definitions by: Niall Crosby <https://github.com/ag-grid/>
4export declare class ColDefUtil {
5 static STRING_PROPERTIES: string[];
6 static OBJECT_PROPERTIES: string[];
7 static ARRAY_PROPERTIES: string[];
8 static NUMBER_PROPERTIES: string[];
9 static BOOLEAN_PROPERTIES: string[];
10 static FUNCTION_PROPERTIES: string[];
11 static ALL_PROPERTIES: string[];
12 static FRAMEWORK_PROPERTIES: string[];
13}