UNPKG

vmes-flowable

Version:

ceshibao

12 lines (9 loc) 291 B
import PreviewSupportModule from 'diagram-js/lib/features/preview-support'; import BpmnReplacePreview from './BpmnReplacePreview'; export default { __depends__: [ PreviewSupportModule ], __init__: [ 'bpmnReplacePreview' ], bpmnReplacePreview: [ 'type', BpmnReplacePreview ] };