index.js 291 B

1234567891011
  1. import PreviewSupportModule from 'diagram-js/lib/features/preview-support';
  2. import BpmnReplacePreview from './BpmnReplacePreview';
  3. export default {
  4. __depends__: [
  5. PreviewSupportModule
  6. ],
  7. __init__: [ 'bpmnReplacePreview' ],
  8. bpmnReplacePreview: [ 'type', BpmnReplacePreview ]
  9. };