@hatiolab/things-scene 3.3.6 → 3.3.7

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/things-scene.d.ts CHANGED
@@ -658,6 +658,7 @@ declare module '@hatiolab/things-scene' {
658
658
  redo(): void
659
659
  undo(): void
660
660
  move(component: Component, to_container: Container, to_index: number): void
661
+ centerTo(component: Component): void
661
662
 
662
663
  select(selector: string | Function, ...others: (string | Function)[]): Component[]
663
664
  paste(clipboard: string): void