@visactor/vchart-schema 2.0.1 → 2.0.2
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/package.json +1 -1
- package/vchart.json +3 -0
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -93862,6 +93862,9 @@
|
|
|
93862
93862
|
"Partial<IStageParams>": {
|
|
93863
93863
|
"properties": {
|
|
93864
93864
|
"ReactDOM": {},
|
|
93865
|
+
"afterClearRect": {
|
|
93866
|
+
"typeof": "function"
|
|
93867
|
+
},
|
|
93865
93868
|
"afterClearScreen": {
|
|
93866
93869
|
"typeof": "function"
|
|
93867
93870
|
},
|