index.d.ts 270 B

1234567
  1. declare namespace _default {
  2. const __depends__: import("didi").ModuleDeclaration[];
  3. const __init__: string[];
  4. const bpmnReplacePreview: (string | typeof BpmnReplacePreview)[];
  5. }
  6. export default _default;
  7. import BpmnReplacePreview from './BpmnReplacePreview';