index.d.ts 394 B

123456789
  1. declare namespace _default {
  2. const __depends__: (import("didi").ModuleDeclaration | {
  3. bpmnCopyPaste: (string | typeof import("../copy-paste/BpmnCopyPaste").default)[];
  4. moddleCopy: (string | typeof import("../copy-paste/ModdleCopy").default)[];
  5. })[];
  6. const bpmnReplace: (string | typeof BpmnReplace)[];
  7. }
  8. export default _default;
  9. import BpmnReplace from './BpmnReplace';