@netless/slide 0.1.42 → 0.1.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/lib/Slide.d.ts CHANGED
@@ -338,5 +338,6 @@ export declare class Slide extends Slide_base {
338
338
  * 销毁方法.
339
339
  */
340
340
  destroy(): void;
341
+ static disposeLocalCache(): void;
341
342
  }
342
343
  export {};