mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
7f00e3b5aa
e5a6a0f23d3e399f39c492c585359ca1666ccddf
23 lines
412 B
JSON
23 lines
412 B
JSON
{
|
|
"anyOf": [
|
|
{
|
|
"$ref": "div-linear-gradient.json",
|
|
"$description": "translations.json#/div_gradient_linear",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
]
|
|
},
|
|
{
|
|
"$ref": "div-radial-gradient.json",
|
|
"$description": "translations.json#/div_gradient_radial",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
]
|
|
}
|
|
]
|
|
}
|