Type Alias RowProps

RowProps: DefaultProps & Partial<{
    layout: LayoutRow;
    row: boolean;
}>