@divkitframework/jsonbuilder 32.19.0 → 32.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/jsonbuilder.d.ts +2 -2
- package/package.json +1 -1
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -8191,7 +8191,7 @@ declare class DivRadialGradient<T extends DivRadialGradientProps = DivRadialGrad
|
|
|
8191
8191
|
* Colors and positions of gradient points. When using this parameter, the `colors` parameter is
|
|
8192
8192
|
* ignored.
|
|
8193
8193
|
*
|
|
8194
|
-
* Platforms: web, ios
|
|
8194
|
+
* Platforms: web, ios, android
|
|
8195
8195
|
*/
|
|
8196
8196
|
color_map?: Type<NonEmptyArray<IDivRadialGradientColorPoint>>;
|
|
8197
8197
|
/**
|
|
@@ -8217,7 +8217,7 @@ interface DivRadialGradientProps {
|
|
|
8217
8217
|
* Colors and positions of gradient points. When using this parameter, the `colors` parameter is
|
|
8218
8218
|
* ignored.
|
|
8219
8219
|
*
|
|
8220
|
-
* Platforms: web, ios
|
|
8220
|
+
* Platforms: web, ios, android
|
|
8221
8221
|
*/
|
|
8222
8222
|
color_map?: Type<NonEmptyArray<IDivRadialGradientColorPoint>>;
|
|
8223
8223
|
/**
|