Files
divkit/schema/div-content-alignment-vertical.json

13 lines
155 B
JSON

{
"type": "string",
"enum": [
"top",
"center",
"bottom",
"baseline",
"space-between",
"space-around",
"space-evenly"
]
}