@hatiolab/things-scene 3.4.0 → 3.4.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/things-scene.d.ts CHANGED
@@ -681,6 +681,7 @@ declare module '@hatiolab/things-scene' {
681
681
  select(selector: string | Function, ...others: (string | Function)[]): Component[]
682
682
  paste(clipboard: string): void
683
683
  align(type: 'left' | 'right' | 'center' | 'top' | 'bottom' | 'middle' | string): void
684
+ place(type: 'left' | 'right' | 'center' | 'top' | 'bottom' | 'middle' | string): void
684
685
  distribute(type: string): void
685
686
  symmetryX(): void
686
687
  symmetryY(): void