ansi-to-pre
    Preparing search index...

    Type Alias StyleProps

    The properties that can be set on Style objects

    type StyleProps = {
        background?: string;
        bold?: boolean;
        color?: string;
        dim?: boolean;
        href?: string;
        inverse?: boolean;
        italic?: boolean;
        overline?: boolean;
        strike?: boolean;
        underline?: boolean;
    }
    Index

    Properties

    background?: string

    may be either a hex string, or a named color

    bold?: boolean
    color?: string

    may be either a hex string, or a named color

    dim?: boolean
    href?: string

    hyperlink target, must be a valid url or ''

    inverse?: boolean
    italic?: boolean
    overline?: boolean
    strike?: boolean
    underline?: boolean