@hatiolab/things-scene 3.2.10 → 3.2.12

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
@@ -352,12 +352,12 @@ declare module '@hatiolab/things-scene' {
352
352
  reposition(): void
353
353
  clearCache(): void
354
354
 
355
- prepareIf(boolean)
355
+ prepareIf(condition: boolean): void
356
356
  mutatePath(
357
357
  beforeLogic: ((path: Array<DIMENSION>) => void) | null,
358
358
  afterLogic: ((path: Array<DIMENSION>) => void) | null,
359
359
  context?: any
360
- )
360
+ ): void
361
361
 
362
362
  transcoordP2S(x: number, y: number): POSITION
363
363
  transcoordC2S(x: number, y: number, top?: RootContainer): POSITION