@volcengine/veplayer 1.7.6-rc.2 → 1.7.7-rc.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/index.d.ts CHANGED
@@ -2255,7 +2255,7 @@ declare class umdLoader {
2255
2255
  backupUmdUrlMap: Record<string, string>;
2256
2256
  jsLoadMap: Record<string, any>;
2257
2257
  failCallback: (umdName: string, err: any) => any;
2258
- region: string;
2258
+ region: TRegionType;
2259
2259
  customPluginPublicPath: string;
2260
2260
  constructor();
2261
2261
  /**