UNPKG

@adaptabletools/adaptable

Version:

Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

7 lines (6 loc) 256 B
import { ApiBase } from '../Implementation/ApiBase'; export declare class ThemeInternalApi extends ApiBase { isSystemTheme(themeName: string): boolean; getThemeClassName(theme: string): string; getDOMPreferredColorScheme(): 'dark' | 'light'; }