fix: bpmn相关type第一次安装依赖&运行报错

This commit is contained in:
dap
2024-05-21 09:37:28 +08:00
parent eb1b614eb1
commit 83bbac303e
16 changed files with 25 additions and 25 deletions

View File

@ -1,4 +1,4 @@
import { Modeler, Modeling, Canvas, ElementRegistry, Moddle, BpmnFactory } from 'bpmn';
import type { Modeler, Modeling, Canvas, ElementRegistry, Moddle, BpmnFactory } from 'bpmn';
type ModelerStore = {
modeler: Modeler | undefined;