@evercam/ui 0.0.35 → 0.0.37

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.
@@ -5,7 +5,6 @@ import ESpinner from './components/ESpinner.vue';
5
5
  import ERow from './components/ERow.vue';
6
6
  import ECol from './components/ECol.vue';
7
7
  import EVideoPlayer from './components/EVideoPlayer.vue';
8
- import ECountryFlag from './components/ECountryFlag.vue';
9
8
  import { VueConstructor } from "vue";
10
9
  export declare const components: {
11
10
  EAvatar: import("vue/types/vue").ExtendedVue<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>>, {
@@ -170,13 +169,12 @@ export declare const components: {
170
169
  videoListeners: {};
171
170
  videoOptions: {};
172
171
  }, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
173
- ECountryFlag: any;
174
172
  };
175
173
  declare const _default: {
176
174
  install(Vue: VueConstructor): void;
177
175
  };
178
176
  export default _default;
179
- export { EAvatar, EBadge, EIcon, ESpinner, ERow, ECol, EVideoPlayer, ECountryFlag };
177
+ export { EAvatar, EBadge, EIcon, ESpinner, ERow, ECol, EVideoPlayer };
180
178
  export * from './constants';
181
179
  export * from './types';
182
180
  export * from './utils';