@netless/slide 0.1.48 → 0.1.52

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
@@ -296,6 +296,7 @@ export declare class Slide extends Slide_base {
296
296
  * @param index 要显示的页码, 从 1 开始
297
297
  */
298
298
  renderSlide(index: number, isForward?: boolean): void;
299
+ private needCreateNewPlayer;
299
300
  private poseRenderSlide;
300
301
  private doRenderSlide;
301
302
  /**