Files
divkit/schema/div-text-alignment-vertical.json
gulevsky 2f9ef6788f add text range vertical alignment
26304e8063eaa5a517834f68f7d75426d8816f82
2024-08-16 18:13:51 +03:00

10 lines
94 B
JSON

{
"type": "string",
"enum": [
"top",
"center",
"bottom",
"baseline"
]
}