cel-tui
    Preparing search index...

    Interface VDividerProps

    Props for the VDivider component.

    interface VDividerProps {
        char?: string;
        fgColor?: Color;
    }
    Index

    Properties

    Properties

    char?: string

    Character to repeat down the height.

    "│"
    
    fgColor?: Color

    Foreground color of the divider character.