@vsleem-realsee-viewer/realsee-plugin 2.0.18 → 2.0.20

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.
@@ -219,6 +219,7 @@ export declare function useViewerContext(propsRef: ComputedRef<RealseeProps | un
219
219
  setVewerStatus: (options: ViewerOptions) => void;
220
220
  updateMarkers: () => void;
221
221
  preloadPanorama: () => Promise<void>;
222
+ loadMarkers: () => void;
222
223
  refresh: () => void;
223
224
  };
224
225
  handleViewerEvents: () => void;