mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
14 lines
163 B
JSON
14 lines
163 B
JSON
{
|
|
"type": "string",
|
|
"enum": [
|
|
"left",
|
|
"center",
|
|
"right",
|
|
"start",
|
|
"end",
|
|
"space-between",
|
|
"space-around",
|
|
"space-evenly"
|
|
]
|
|
}
|