@netless/app-slide 0.2.89 → 0.2.91

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
@@ -1005,7 +1005,6 @@ declare class ResizableContainer {
1005
1005
  private context;
1006
1006
  private translateX;
1007
1007
  private translateY;
1008
- private lastTriggerTime;
1009
1008
  private enableResize;
1010
1009
  constructor(parent: HTMLElement, context: AppContext<Attributes, MagixEvents, AppOptions>, enableResize: boolean);
1011
1010
  getTranslate(): {