strataplayer 1.2.0 → 1.2.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.
package/dist/index.d.ts CHANGED
@@ -299,6 +299,7 @@ declare interface StrataPlayerProps extends StrataConfig {
299
299
  textTracks?: TextTrackConfig[];
300
300
  plugins?: IPlugin[];
301
301
  autoPlay?: boolean;
302
+ onGetInstance?: (core: StrataCore) => void;
302
303
  }
303
304
 
304
305
  declare interface SubtitleSettings {