@lottiefiles/dotlottie-web 0.45.0 → 0.47.0

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/dist/index.d.cts CHANGED
@@ -1,8 +1,8 @@
1
- type Marker = {
1
+ interface Marker {
2
+ duration: number;
2
3
  name: string;
3
4
  time: number;
4
- duration: number;
5
- };
5
+ }
6
6
 
7
7
  /**
8
8
  * Represents the different types of events that can be dispatched.
package/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- type Marker = {
1
+ interface Marker {
2
+ duration: number;
2
3
  name: string;
3
4
  time: number;
4
- duration: number;
5
- };
5
+ }
6
6
 
7
7
  /**
8
8
  * Represents the different types of events that can be dispatched.