UNPKG

camunda-bpmn-js

Version:

Embeddable Camunda modeling distributions based on bpmn-js

10 lines (9 loc) 159 B
/** * @param resource */ export function createElement(resource: Form): any; export type Form = { type: "form"; name: string; formId: string; };