@szjy/workflow 0.1.14 → 0.1.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ declare const message: import("naive-ui").MessageApi, notification: import("naive-ui").NotificationApi, dialog: import("naive-ui").DialogApi, loadingBar: import("naive-ui/es/loading-bar/src/LoadingBarProvider").LoadingBarInst, modal: import("naive-ui").ModalApi;
2
+ export { message, notification, dialog, loadingBar, modal };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@szjy/workflow",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",