@netless/slide 0.5.11 → 0.5.13
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 +2 -1
- package/lib/Slide.js +2 -2
- package/package.json +2 -2
package/lib/Slide.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SlideError, ILoaderDelegate } from "@netless/ppt-player";
|
|
2
|
+
import { useSlidePlugin } from "@netless/plugin-system";
|
|
2
3
|
export { ErrorType } from "@netless/ppt-player";
|
|
3
|
-
export { usePlugin } from "@netless/plugin-system";
|
|
4
4
|
export type { ILoaderDelegate } from "@netless/ppt-player";
|
|
5
5
|
export interface RtcAudio {
|
|
6
6
|
/**
|
|
@@ -297,6 +297,7 @@ export declare class Slide extends Slide_base {
|
|
|
297
297
|
static _tempLog: string;
|
|
298
298
|
static _tempLogIndex: number;
|
|
299
299
|
static flushLog(): Promise<void>;
|
|
300
|
+
static usePlugin: typeof useSlidePlugin;
|
|
300
301
|
private iosResetCache;
|
|
301
302
|
private iosNewPlayer?;
|
|
302
303
|
private needClearCacheImage;
|