Files
pkurchatov 149b80a37f Sendable DivData
commit_hash:ae183ed8d06f2c89c8693f59bedba49752638377
2025-01-16 16:25:07 +03:00

14 lines
262 B
Swift

// Generated code. Do not modify.
import Foundation
import Serialization
import VGSL
@frozen
public enum DivAlignmentVertical: String, CaseIterable, Sendable {
case top = "top"
case center = "center"
case bottom = "bottom"
case baseline = "baseline"
}