@netless/app-presentation 0.1.9 → 0.1.10

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.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { View, NetlessApp, AppContext, WindowManager } from '@netless/window-manager';
2
- import * as lodash from 'lodash';
3
2
 
4
3
  /**
5
4
  * A combination of {@link Disposer} and {@link IDisposable}.
@@ -346,7 +345,7 @@ declare class Scrollbar {
346
345
  constructor(container: HTMLElement, option: ScrollbarOption, view: View);
347
346
  private c;
348
347
  setReadonly(bol: boolean): void;
349
- onCameraUpdated: lodash.DebouncedFunc<() => void>;
348
+ onCameraUpdated: any;
350
349
  onDragStart: () => void;
351
350
  getScrollXRange(camera: {
352
351
  scale: number;