@aitronos/freddy-plugins 0.1.63 → 0.1.64

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,3 @@
1
- import { App } from 'vue';
2
1
  import { ComponentOptionsMixin } from 'vue';
3
2
  import { ComponentProvideOptions } from 'vue';
4
3
  import { ComputedRef } from 'vue';
@@ -269,11 +268,6 @@ export declare function debounce<T extends (...args: any[]) => void>(fn: T, wait
269
268
  */
270
269
  export declare function deepEqual<T>(a: T, b: T): boolean;
271
270
 
272
- declare const _default: {
273
- install(app: App): void;
274
- };
275
- export default _default;
276
-
277
271
  export declare const defaultImageSrc = "https://img.freepik.com/premium-vector/default-image-icon-vector-missing-picture-page-website-design-mobile-app-no-photo-available_87543-11093.jpg";
278
272
 
279
273
  export declare const DeleteConfirmationModal: DefineComponent<ExtractPropTypes< {