const DEFAULT_COLOR_SCHEME_OPTION
import { ColorSchemeOption } from '@jet/interfaces/color-scheme-option.interface'; import { COLOR_SCHEME_OPTIONS } from './color-scheme-options.constant'; export const DEFAULT_COLOR_SCHEME_OPTION: ColorSchemeOption = COLOR_SCHEME_OPTIONS[0]!;
Last updated 21 days ago
Was this helpful?