@hatiolab/things-scene 3.4.36 → 3.4.37
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/things-scene.d.ts +4 -4
- package/things-scene.mjs +1 -1
package/package.json
CHANGED
package/things-scene.d.ts
CHANGED
|
@@ -389,11 +389,11 @@ declare module '@hatiolab/things-scene' {
|
|
|
389
389
|
get dimension(): DIMENSION
|
|
390
390
|
set dimension(dimension: DIMENSION)
|
|
391
391
|
|
|
392
|
-
get strokeStyle():
|
|
393
|
-
set strokeStyle(strokeStyle:
|
|
392
|
+
get strokeStyle(): any
|
|
393
|
+
set strokeStyle(strokeStyle: any)
|
|
394
394
|
|
|
395
|
-
get fillStyle():
|
|
396
|
-
set fillStyle(fillStyle:
|
|
395
|
+
get fillStyle(): any
|
|
396
|
+
set fillStyle(fillStyle: any)
|
|
397
397
|
|
|
398
398
|
get anchors(): Array<Anchor>
|
|
399
399
|
get controls(): Array<Control> | undefined
|