blessed-components - v1.20.0
    Preparing search index...

    Type Alias MutedTextBoxOptions

    MutedTextBoxOptions: Omit<
        blessed.Widgets.BoxOptions,
        "content"
        | "parent"
        | "tags",
    >

    Blessed box options supported by the MutedText adapter.