spiff-arena/bpmn-js-spiffworkflow/app/spiffworkflow/conditions/index.js

7 lines
230 B
JavaScript

import ConditionsPropertiesProvider from './propertiesPanel/ConditionsPropertiesProvider';
export default {
__init__: ['conditionsPropertiesProvider'],
conditionsPropertiesProvider: ['type', ConditionsPropertiesProvider],
};