jstd-web/node_modules/bpmn-js/lib/features/replace-preview/index.js

12 lines
291 B
JavaScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
import PreviewSupportModule from 'diagram-js/lib/features/preview-support';
import BpmnReplacePreview from './BpmnReplacePreview';
export default {
__depends__: [
PreviewSupportModule
],
__init__: [ 'bpmnReplacePreview' ],
bpmnReplacePreview: [ 'type', BpmnReplacePreview ]
};