camunda-bpmn-js
Version:
Embeddable Camunda modeling distributions based on bpmn-js
16 lines (15 loc) • 540 B
TypeScript
/**
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership.
*
* Camunda licenses this file to you under the MIT; you may not use this file
* except in compliance with the MIT License.
*/
export class ResourceLoader {
static $inject: string[];
constructor(eventBus: any, resources: any);
register(resourceProvider: any): void;
reload(): void;
}