UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

23 lines (22 loc) 654 B
export declare enum FlexBoxDirection { /** * Items are placed top to bottom.<br /> * <b>Note:</b> Corresponds to `column`. */ Column = "Column", /** * Items are placed bottom to top.<br /> * <b>Note:</b> Corresponds to `column-reverse`. */ ColumnReverse = "ColumnReverse", /** * Items are placed left to right in `ltr` and right to left in `rtl`.<br /> * <b>Note:</b> Corresponds to `row`. */ Row = "Row", /** * Items are placed right to left in `ltr` and left to right in `rtl`.<br /> * <b>Note:</b> Corresponds to `row-reverse`. */ RowReverse = "RowReverse" }