UNPKG

@adaptabletools/adaptable-cjs

Version:

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

19 lines (18 loc) 492 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StaticThemes = void 0; const GeneralConstants_1 = require("../Utilities/Constants/GeneralConstants"); exports.StaticThemes = [ { Name: GeneralConstants_1.LIGHT_THEME, Description: 'Light Theme', }, { Name: GeneralConstants_1.DARK_THEME, Description: 'Dark Theme', }, { Name: GeneralConstants_1.OS_THEME, Description: 'OS Theme', }, ];