@netless/app-slide 0.2.45-alpha.2 → 0.2.46

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
@@ -945,6 +945,8 @@ declare class SlideDocsViewer {
945
945
  protected onRenderStart: () => void;
946
946
  protected onRenderEnd: () => void;
947
947
  onPageChanged: () => void;
948
+ private _onPageChangedTimer;
949
+ private _onPageChanged;
948
950
  protected refreshPages: () => void;
949
951
  protected getPageIndex(page: number): number;
950
952
  unmount(): this;