@realsee/dnalogel 2.28.3 → 2.28.4

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.
@@ -169,6 +169,9 @@ export interface TagConfig<C extends TagContentType = TagContentType> {
169
169
  * @default true
170
170
  */
171
171
  clickable?: boolean;
172
+ /**
173
+ * @deprecated private property
174
+ */
172
175
  isMerged?: boolean;
173
176
  }
174
177
  export declare const defaultGlobalConfig: TagConfig;
@@ -1,4 +1,4 @@
1
- import type * as THREE from 'THREE';
1
+ import type * as THREE from 'three';
2
2
  import type * as PluginData from './PluginData';
3
3
  import type * as ServerData from './ServerData';
4
4
  import type * as BasePlugin from '../../base/BasePluginWithData';