@vindral/web-sdk 3.4.1 → 3.4.3
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/index.d.ts +1 -1
- package/index.js +1050 -1035
- package/index.umd.cjs +8 -8
- package/package.json +1 -1
- package/style.css +1 -1
package/index.d.ts
CHANGED
|
@@ -1528,7 +1528,7 @@ export declare class Vindral extends Emitter<PublicVindralEvents> {
|
|
|
1528
1528
|
* Note 2: Even if you pre-emptively call this it is still recommended to listen to "needs user input"
|
|
1529
1529
|
* and handle that event gracefully.
|
|
1530
1530
|
*/
|
|
1531
|
-
play: () =>
|
|
1531
|
+
play: () => void;
|
|
1532
1532
|
/**
|
|
1533
1533
|
* How long in milliseconds since the instance was created
|
|
1534
1534
|
*/
|