mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
14 lines
253 B
Swift
14 lines
253 B
Swift
// Generated code. Do not modify.
|
|
|
|
import Foundation
|
|
import Serialization
|
|
import VGSL
|
|
|
|
@frozen
|
|
public enum DivFontWeight: String, CaseIterable, Sendable {
|
|
case light = "light"
|
|
case medium = "medium"
|
|
case regular = "regular"
|
|
case bold = "bold"
|
|
}
|