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

15 lines
277 B
Swift

// 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"
}