Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Theme

Index

Type aliases

TTheme

TTheme<T>: {[ key in T]: string }

Type parameters

  • T: string

TThemeColorTypes

TThemeColorTypes: typeof DThemeColorTypes[number]

TThemeComputed

TThemeComputed<T>: (key: T, value: string, luminance: number, alpha: number) => void

Type parameters

  • T: string

Type declaration

    • (key: T, value: string, luminance: number, alpha: number): void
    • Parameters

      • key: T
      • value: string
      • luminance: number
      • alpha: number

      Returns void

hex

hex: string

Variables

Const DThemeColorTypes

DThemeColorTypes: ["primary-color", "secondary-color", "danger-color", "success-color", "warning-color", "description-color", "disable-color", "border-color", "primary-color-hover", "secondary-color-hover", "danger-color-hover", "primary-color-background", "secondary-color-background", "danger-color-background", "success-color-background", "warning-color-background", "text-color", "text-color-inv", "disable-background", "background-hover", "background-selected", "table-head-text-color", "table-head-background", "table-head-background-hover", "table-head-background-selected", "table-head-background-selected-hover", "menu-background", "submenu-background", "menu-text-color", "box-shadow-color"]

Const ThemeColorKeys

ThemeColorKeys: TThemeColorTypes[] = ...

Generated using TypeDoc