Type Alias TextRich

TextRich: {
    color?: typeof COLORS[number];
    style?: typeof STYLES[number];
    text: string;
}

Type declaration

  • Optionalcolor?: typeof COLORS[number]
  • Optionalstyle?: typeof STYLES[number]
  • text: string