Files
divkit/schema/div-alignment-horizontal.json
T

11 lines
102 B
JSON

{
"type": "string",
"enum": [
"left",
"center",
"right",
"start",
"end"
]
}