Files
divkit/schema/div-alignment-vertical.json
2022-10-26 15:10:02 +03:00

10 lines
94 B
JSON

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