@visactor/vchart-types 2.0.4-alpha.1 → 2.0.4-alpha.10
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.
|
@@ -47,6 +47,8 @@ export declare class Player extends BaseComponent<IPlayer> implements IComponent
|
|
|
47
47
|
private _maxSize;
|
|
48
48
|
private _sliderExceededSize;
|
|
49
49
|
changePlayerIndex(index: number): void;
|
|
50
|
+
autoPlayCallback: () => void;
|
|
50
51
|
private _initEvent;
|
|
52
|
+
release(): void;
|
|
51
53
|
}
|
|
52
54
|
export declare const registerPlayer: () => void;
|