UNPKG

358 BTypeScriptView Raw
1export declare class ColDefUtil {
2 static STRING_PROPERTIES: string[];
3 static OBJECT_PROPERTIES: string[];
4 static ARRAY_PROPERTIES: string[];
5 static NUMBER_PROPERTIES: string[];
6 static BOOLEAN_PROPERTIES: string[];
7 static FUNCTION_PROPERTIES: string[];
8 static ALL_PROPERTIES: string[];
9 static FRAMEWORK_PROPERTIES: string[];
10}