sprintify-ui 0.5.3 → 0.5.4

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.
@@ -191,3 +191,4 @@ export interface BaseCropperConfig {
191
191
  presetOptions?: Record<string, any>;
192
192
  saveOptions?: ResultOptions;
193
193
  }
194
+ export { ActionItem } from './ActionItem';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build-fast": "rimraf dist && vite build",
@@ -237,3 +237,5 @@ export interface BaseCropperConfig {
237
237
  presetOptions?: Record<string, any>;
238
238
  saveOptions?: ResultOptions;
239
239
  }
240
+
241
+ export { ActionItem } from './ActionItem';