Type alias ThemeCategory<T, K>

ThemeCategory<T, K>: {
    values: K[];
    variants: T[];
    [K: string]: T[] | K[];
}

Type Parameters

  • T

  • K

Type declaration

  • [K: string]: T[] | K[]
  • Readonly values: K[]
  • Readonly variants: T[]

Generated using TypeDoc