@volcengine/veplayer 1.8.1-rc.0 → 1.8.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/index.d.ts CHANGED
@@ -2312,7 +2312,7 @@ declare class umdLoader {
2312
2312
  umdMap: UMDMap;
2313
2313
  backupUmdUrlMap: Record<string, string>;
2314
2314
  failCallback: (umdName: string, err: any) => any;
2315
- region: string;
2315
+ region: TRegionType;
2316
2316
  customPluginPublicPath: string;
2317
2317
  importedPlugins: any[];
2318
2318
  constructor();