cel-tui
    Preparing search index...

    Interface DividerProps

    Props for the Divider component.

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

    Properties

    Properties

    char?: string

    Character to repeat across the width.

    "─"
    
    fgColor?: Color

    Foreground color of the divider character.