Pilates
    Preparing search index...

    Interface BorderProps

    interface BorderProps {
        border?: BorderStyle;
        borderColor?: Color;
        title?: string;
        titleColor?: Color;
    }

    Hierarchy (View Summary)

    Index

    Properties

    border?: BorderStyle
    borderColor?: Color
    title?: string

    A short string rendered inline at the top border. Truncated to fit.

    titleColor?: Color