index.d.ts 343 B

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