File

src/app/model/IColor.ts

Properties

colorDark
colorDark: string
Type : string
colorLight
colorLight: string
Type : string
colorMedium
colorMedium: string
Type : string
component
component: string
Type : string
paramExist
paramExist: boolean
Type : boolean
paramFrom
paramFrom: string
Type : string
export interface IColor {
  paramFrom: string;
  paramExist: boolean;
  colorLight: string;
  colorMedium: string;
  colorDark: string;
  component: string;
}

export interface ISubColor {
  color: string;
  component: string;
}

results matching ""

    No results matching ""