@szjy/workflow 0.1.10 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  import { App } from "vue";
2
2
  export * from "./packages/components/components";
3
+ export * from './packages/components/Workflow/store/permission/constants';
3
4
  export { SLOT_NAMES as WORKFLOW_SLOT_NAMES } from './packages/components/Workflow/slots';
4
5
  export { default as create } from './packages/components/create';
5
6
  declare const _default: {