@aitronos/freddy-plugins 0.1.87 → 0.1.89

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
@@ -3,6 +3,7 @@ import { ComponentOptionsMixin } from 'vue';
3
3
  import { ComponentProvideOptions } from 'vue';
4
4
  import { ComputedRef } from 'vue';
5
5
  import { DefineComponent } from 'vue';
6
+ import { DirectiveBinding } from 'vue';
6
7
  import { ExtractPropTypes } from 'vue';
7
8
  import { PublicProps } from 'vue';
8
9
  import { Ref } from 'vue';
@@ -797,4 +798,9 @@ export declare const useToast: () => {
797
798
  hasToasts: ComputedRef<boolean>;
798
799
  };
799
800
 
801
+ export declare const vFrSanitize: {
802
+ mounted(el: HTMLElement, binding: DirectiveBinding): void;
803
+ updated(el: HTMLElement, binding: DirectiveBinding): void;
804
+ };
805
+
800
806
  export { }