Rezi
    Preparing search index...

    Type Alias TypographyStyle

    TypographyStyle: Readonly<
        {
            bg?: Rgb24;
            bold?: boolean;
            dim?: boolean;
            fg: Rgb24;
            italic?: boolean;
        },
    >

    Resolved typography style: TextStyle attributes for a given role.