Default Theme Option

const DEFAULT_THEME_OPTION

This constant defines the default theme option in the Settings Page Component.

Theme options
Theme options
default-theme-option.constant.ts
export const DEFAULT_THEME_OPTION: ThemeOption = THEME_OPTIONS[0]!;

Last updated