@milaboratories/uikit 2.2.19 → 2.2.21

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.
@@ -72,6 +72,10 @@ export { useInterval } from './composition/useInterval';
72
72
  export { useFormState } from './composition/useFormState';
73
73
  export { useQuery } from './composition/useQuery.ts';
74
74
  export { useDraggable } from './composition/useDraggable';
75
+ /**
76
+ * Utils/Partials
77
+ */
78
+ export { default as PlCloseModalBtn } from './utils/PlCloseModalBtn.vue';
75
79
  /**
76
80
  * Technical
77
81
  * @TODO move it from here maybe