@avenirs-esr/avenirs-dsav 0.1.78 → 0.1.79

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.
@@ -36,6 +36,10 @@ export interface AvCancelConfirmButtonsProps {
36
36
  * Adds a loading state on the confirm button.
37
37
  */
38
38
  confirmIsLoading?: boolean;
39
+ /**
40
+ * Associates the confirm button with a form.
41
+ */
42
+ form?: string;
39
43
  }
40
44
  declare const _default: import("vue").DefineComponent<AvCancelConfirmButtonsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
41
45
  cancel: () => any;