Represents the properties for the Output component.

interface OutputProps {
    disableAnsi?: boolean;
    renderer?: MessageRenderer;
}

Properties

disableAnsi?: boolean

Determines whether to disable ANSI escape sequences in the output.

renderer?: MessageRenderer

The custom renderer for rendering the output messages.

Generated using TypeDoc