shop-components 0.4.1 → 0.4.3

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.
@@ -146,6 +146,7 @@ export declare class Scene3D {
146
146
  debounceForkHeightChange: () => void;
147
147
  addAMR(url: string, type?: string): Promise<void>;
148
148
  focusObjects: (objs: Object3D[], direction?: Vector3) => void;
149
+ private _animateCamera;
149
150
  focusSlots: (slots: Slot[]) => void;
150
151
  fit: () => void;
151
152
  select(obj: string | Object3D | Object3D[]): void;