// Generated code. Do not modify. import Foundation import Serialization import VGSL @frozen public enum DivContentAlignmentVertical: String, CaseIterable, Sendable { case top = "top" case center = "center" case bottom = "bottom" case baseline = "baseline" case spaceBetween = "space-between" case spaceAround = "space-around" case spaceEvenly = "space-evenly" }