@hatiolab/things-scene 9.0.0-beta.83 → 9.0.0-beta.84
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 +1 -0
package/package.json
CHANGED
package/things-scene.d.ts
CHANGED
|
@@ -569,6 +569,7 @@ declare module '@hatiolab/things-scene' {
|
|
|
569
569
|
class Shape extends Component {}
|
|
570
570
|
class Ellipse extends Shape {}
|
|
571
571
|
class Polygon extends Shape {}
|
|
572
|
+
class Popup extends RectPath(Shape) {}
|
|
572
573
|
class Line extends Component {
|
|
573
574
|
get fromEnd(): LinkEnd | undefined
|
|
574
575
|
get toEnd(): LinkEnd | undefined
|