@netless/slide 0.1.40 → 0.1.41

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/lib/Slide.d.ts CHANGED
@@ -158,6 +158,7 @@ export interface SlideEventEmitter {
158
158
  }
159
159
  declare const Slide_base: new () => SlideEventEmitter;
160
160
  export declare class Slide extends Slide_base {
161
+ private version?;
161
162
  private __slideState;
162
163
  private resize;
163
164
  private isAnimating;