// Generated code. Do not modify. import Foundation import Serialization import VGSL @frozen public enum DivAlignmentHorizontal: String, CaseIterable, Sendable { case left = "left" case center = "center" case right = "right" case start = "start" case end = "end" }