@signal24/vue-foundation 4.21.0 → 4.23.0

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.
@@ -73,9 +73,11 @@ export declare function vfModalRef(): import("vue").Ref<({
73
73
  unhide: () => void;
74
74
  }> & {} & import("vue").ComponentCustomProperties & {} & {
75
75
  $slots: {
76
- header?: ((props: {}) => any) | undefined;
77
- default?: ((props: {}) => any) | undefined;
78
- footer?: ((props: {}) => any) | undefined;
76
+ header?: (props: {}) => any;
77
+ } & {
78
+ default?: (props: {}) => any;
79
+ } & {
80
+ footer?: (props: {}) => any;
79
81
  };
80
82
  }) | undefined, ({
81
83
  $: import("vue").ComponentInternalInstance;
@@ -152,8 +154,10 @@ export declare function vfModalRef(): import("vue").Ref<({
152
154
  unhide: () => void;
153
155
  }> & {} & import("vue").ComponentCustomProperties & {} & {
154
156
  $slots: {
155
- header?: ((props: {}) => any) | undefined;
156
- default?: ((props: {}) => any) | undefined;
157
- footer?: ((props: {}) => any) | undefined;
157
+ header?: (props: {}) => any;
158
+ } & {
159
+ default?: (props: {}) => any;
160
+ } & {
161
+ footer?: (props: {}) => any;
158
162
  };
159
163
  }) | undefined>;