// Generated code. Do not modify. import Foundation import Serialization import VGSL @frozen public enum DivContentAlignmentHorizontal: String, CaseIterable, Sendable { case left = "left" case center = "center" case right = "right" case start = "start" case end = "end" case spaceBetween = "space-between" case spaceAround = "space-around" case spaceEvenly = "space-evenly" }