hls.js 1.6.3-0.canary.11233 → 1.6.3-0.canary.11236

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/src/hls.ts CHANGED
@@ -1334,6 +1334,7 @@ export type {
1334
1334
  } from './controller/error-controller';
1335
1335
  export type {
1336
1336
  HlsAssetPlayer,
1337
+ HlsAssetPlayerConfig,
1337
1338
  InterstitialPlayer,
1338
1339
  } from './controller/interstitial-player';
1339
1340
  export type { PlayheadTimes } from './controller/interstitials-controller';