@qispace/vue3-player 0.0.13 → 0.0.14

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
@@ -1,4 +1,4 @@
1
- export declare const components: {
1
+ declare const _default: {
2
2
  QiBuildingChooser: import("vue").DefineComponent<{
3
3
  showCards: {
4
4
  type: BooleanConstructor;
@@ -442,7 +442,4 @@ export declare const components: {
442
442
  playerSettings: Record<string, any>;
443
443
  }, {}>;
444
444
  };
445
- declare const plugin: {
446
- install(Vue: any): void;
447
- };
448
- export default plugin;
445
+ export default _default;