UNPKG

@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) 310 B
export declare function getNames(e: any): string[]; export declare function getCssFontSizeFromFontSizeEnum(fontSize: any): string; export declare const EnumExtensions: { getNames: typeof getNames; getCssFontSizeFromFontSizeEnum: typeof getCssFontSizeFromFontSizeEnum; }; export default EnumExtensions;