@video-editor/ui 0.0.1-beta.14 → 0.0.1-beta.15

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.
@@ -200,6 +200,8 @@ declare interface TimelineSegment {
200
200
  end: number;
201
201
  type?: string;
202
202
  color?: string;
203
+ fromTime?: number;
204
+ sourceDurationMs?: number;
203
205
  payload?: unknown;
204
206
  }
205
207
 
@@ -1,5 +1,5 @@
1
- import { V as a } from "./index-CsdNgHvd.js";
2
- import "./index-t1DKjcCO.js";
1
+ import { V as a } from "./index-D22E5BT6.js";
2
+ import "./index-Czb5PTVP.js";
3
3
  export {
4
4
  a as default
5
5
  };
@@ -173,6 +173,8 @@ declare interface TimelineSegment {
173
173
  end: number;
174
174
  type?: string;
175
175
  color?: string;
176
+ fromTime?: number;
177
+ sourceDurationMs?: number;
176
178
  payload?: unknown;
177
179
  }
178
180
 
@@ -1,4 +1,4 @@
1
- import { V as f } from "./index-t1DKjcCO.js";
1
+ import { V as f } from "./index-Czb5PTVP.js";
2
2
  export {
3
3
  f as default
4
4
  };