struct EE::UI::CSSGridAutoFlowHelper

#include <csslayouttypes.hpp>

struct CSSGridAutoFlowHelper {
    // methods

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