interface LayoutConfigs {
    alignItems?: string;
    direction?: string;
    renderType?: string;
}

Properties

alignItems?: string

how the layout will align its children

direction?: string

Direction/orientation of the layout

renderType?: string

Whether to render through SVG or HTML