struct EE::UI::CSSListStyleTypeHelper

#include <csslayouttypes.hpp>

struct CSSListStyleTypeHelper {
    // methods

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