struct EE::UI::CSSJustifyItemsHelper

#include <csslayouttypes.hpp>

struct CSSJustifyItemsHelper {
    // methods

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