Type Alias ComposedReactions

ComposedReactions: {
    colors: { attribute?: { value?: { "background-color"?: string } } };
    prefix: string;
    suffix: string;
}

Type declaration

  • colors: { attribute?: { value?: { "background-color"?: string } } }
  • prefix: string
  • suffix: string