mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
9f3f1c9fc8
Add border in div-rounded-rectangle-shape
13 lines
290 B
JSON
13 lines
290 B
JSON
{
|
|
"properties": {
|
|
"background_color": {
|
|
"$ref": "common.json#/color",
|
|
"$description": "translations.json#/div_shape_base_background_color"
|
|
},
|
|
"stroke": {
|
|
"$ref": "div-stroke.json",
|
|
"$description": "translations.json#/div_shape_base_stroke"
|
|
}
|
|
}
|
|
}
|