@splinetool/viewer 0.0.10 → 0.0.11

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.
@@ -26,6 +26,10 @@ export declare class SplineViewer extends LitElement {
26
26
  * Background color
27
27
  */
28
28
  loading: LoadingType;
29
+ /**
30
+ * Background color
31
+ */
32
+ unloadable: boolean;
29
33
  protected _spline: Application;
30
34
  protected _intersectionObserver: IntersectionObserver | null;
31
35
  protected _isElementInViewport: boolean;