Files
babaevmm e8f732d24b support slider properties
commit_hash:42b582cf4173631a5c2bc79af7b306c799a6b731
2025-05-27 10:54:35 +03:00

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"
]
}
]
}