@splinetool/viewer 1.7.8 → 1.8.0

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.
@@ -59,6 +59,7 @@ export declare class SplineViewer extends LitElement {
59
59
  protected _hintDrag: HTMLElement;
60
60
  protected _preloader: HTMLElement;
61
61
  protected _spinner: HTMLElement;
62
+ protected _slot: HTMLElement;
62
63
  private _loadedUrl;
63
64
  private _wasContextLost;
64
65
  constructor();