UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

7 lines 286 B
export let FlexBoxDirection = /*#__PURE__*/function (FlexBoxDirection) { FlexBoxDirection["Column"] = "Column"; FlexBoxDirection["ColumnReverse"] = "ColumnReverse"; FlexBoxDirection["Row"] = "Row"; FlexBoxDirection["RowReverse"] = "RowReverse"; return FlexBoxDirection; }({});