struct EE::UI::CSSFlexWrapHelper

#include <csslayouttypes.hpp>

struct CSSFlexWrapHelper {
    // methods

    static std::string toString(CSSFlexWrap val);
    static CSSFlexWrap fromString(std::string_view val);
};