@aitronos/freddy-plugins 0.1.39 → 0.1.40

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
@@ -547,6 +547,10 @@ export declare const ModalBox: __VLS_WithTemplateSlots_2<typeof __VLS_component_
547
547
 
548
548
  export declare const ModalOverlay: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
549
549
 
550
+ export declare function openConfirmBoxModal(title: string, description: string): Promise<boolean>;
551
+
552
+ export declare function openDeleteConfirmModal(title: string, description: string): Promise<boolean>;
553
+
550
554
  export declare const Pagination: DefineComponent<ExtractPropTypes< {
551
555
  totalItems: {
552
556
  type: NumberConstructor;