@splinetool/viewer 1.12.12 → 1.12.14

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.
@@ -1,8 +1,8 @@
1
1
  import { LitElement } from 'lit';
2
- export declare type LoadingType = 'auto' | 'lazy' | 'eager';
3
- export declare type EventsTargetType = 'local' | 'global';
4
- export declare type HintType = 'drag';
5
- export declare type PreloaderAnimType = 'spinner-small-dark' | 'spinner-small-light' | 'spinner-big-dark' | 'spinner-big-light';
2
+ export type LoadingType = 'auto' | 'lazy' | 'eager';
3
+ export type EventsTargetType = 'local' | 'global';
4
+ export type HintType = 'drag';
5
+ export type PreloaderAnimType = 'spinner-small-dark' | 'spinner-small-light' | 'spinner-big-dark' | 'spinner-big-light';
6
6
  /**
7
7
  * Spline scene viewer
8
8
  */