struct EE::UI::CSSAlignSelfHelper

#include <csslayouttypes.hpp>

struct CSSAlignSelfHelper {
    // methods

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