File

src/app/model/IColor.ts

Properties

color
color: string
Type : string
component
component: 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 ""