Files
divkit/schema/div-shape-base.json
dashapalshau 9f3f1c9fc8 Add border in div-rounded-rectangle-shape
Add border in div-rounded-rectangle-shape
2023-01-11 13:29:42 +03:00

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