Files
divkit/schema/div-content-alignment-horizontal.json
2023-07-10 14:05:47 +03:00

14 lines
163 B
JSON

{
"type": "string",
"enum": [
"left",
"center",
"right",
"start",
"end",
"space-between",
"space-around",
"space-evenly"
]
}