@netless/slide 1.4.5 → 1.4.6-alpha.2

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
@@ -674,7 +674,7 @@ export declare class Slide extends Slide_base {
674
674
  */
675
675
  static clearLocalCache(): void;
676
676
  /**
677
- * @deprecated api 已经失效, 请用 slideInstance.clearSlideCache Slide.clearLocalCache 替代
677
+ * @deprecated This API is no longer functional. Please use `slideInstance.clearSlideCache` and `Slide.clearLocalCache` instead.
678
678
  */
679
679
  static disposeLocalCache(): void;
680
680
  }