Docs (4.0.0)
class UIContainer type

type SeparatorOptions

Options for the appearance of container separators.

static

type SeparatorOptions = {
    vertical?: boolean;
    space?: string | number;
    lineThickness?: string | number;
    lineColor?: UIColor;
    lineMargin?: string | number;
}

Related