@aitronos/freddy-plugins 0.1.83 → 0.1.85

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
@@ -729,7 +729,7 @@ dropdownRef: HTMLDivElement;
729
729
  searchInput: HTMLInputElement;
730
730
  }, any>;
731
731
 
732
- export declare const SkeletonLoader: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
732
+ export declare const SkeletonLoader: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
733
733
 
734
734
  declare type SkeletonType = "card" | "paragraph" | "table" | "single-box" | "single-paragraph";
735
735