Type alias TColor

TColor: {
    hex: string;
    opacity: number;
    rgba: string;
}

Type declaration

  • hex: string
  • opacity: number
  • rgba: string