UNPKG

camunda-bpmn-js

Version:

Embeddable Camunda modeling distributions based on bpmn-js

7 lines (6 loc) 165 B
export class ResourceLoader { static $inject: string[]; constructor(eventBus: any, resources: any); register(resourceProvider: any): void; reload(): void; }