mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
e8f732d24b
commit_hash:42b582cf4173631a5c2bc79af7b306c799a6b731
18 lines
344 B
JSON
18 lines
344 B
JSON
{
|
|
"anyOf": [
|
|
{
|
|
"$ref": "div-rounded-rectangle-shape.json",
|
|
"$description": "translations.json#/div_rounded_rectangle_shape"
|
|
},
|
|
{
|
|
"$ref": "div-circle-shape.json",
|
|
"$description": "translations.json#/div_circle_shape",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
]
|
|
}
|
|
]
|
|
}
|