@nightgrey/ansi
    Preparing search index...

    Type Alias AttributesProps

    AttributesProps: { [K in keyof typeof PROP_TO_ATTRIBUTE]: boolean } & {
        backgroundColor: MaybeColor;
        foregroundColor: MaybeColor;
        underlineColor: MaybeColor;
        underlineStyle: UnderlineStyle;
    }

    AttributeProps defines attributes in a property format.