@szjy/workflow 0.1.4 → 0.1.5

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 { SLOT_NAMES as WORKFLOW_SLOT_NAMES } from './packages/components/Workflow/slots';
3
4
  export { default as create } from './packages/components/create';
4
5
  declare const _default: {
5
6
  install(app: App): void;