UNPKG

camunda-modeler

Version:

Camunda Modeler for BPMN, DMN and CMMN, based on bpmn.io

6 lines (4 loc) 139 B
'use strict'; module.exports = function createComponent(Constructor, options, children) { return new Constructor(options, children); };