@netless/slide 0.10.2 → 0.10.3-beta.1

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.
File without changes
@@ -0,0 +1 @@
1
+ "use strict";
package/lib/Slide.d.ts CHANGED
@@ -267,7 +267,7 @@ export interface SyncMediaSeekEvent extends BasicSyncEvent {
267
267
  }
268
268
  export interface SyncMediaFullscreenEvent extends BasicSyncEvent {
269
269
  type: "mediaFullscreen";
270
- targetId?: string;
270
+ targetId: string;
271
271
  state: boolean;
272
272
  }
273
273
  export interface SyncInteractiveAnimEvent extends BasicSyncEvent {