UNPKG

vmes-flowable

Version:

ceshibao

12 lines (9 loc) 217 B
import RulesModule from '../rules'; import AttachSupport from './AttachSupport'; export default { __depends__: [ RulesModule ], __init__: [ 'attachSupport' ], attachSupport: [ 'type', AttachSupport ] };