mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
15 lines
277 B
Swift
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"
|
|
}
|