index.js 217 B

1234567891011
  1. import RulesModule from '../rules';
  2. import AttachSupport from './AttachSupport';
  3. export default {
  4. __depends__: [
  5. RulesModule
  6. ],
  7. __init__: [ 'attachSupport' ],
  8. attachSupport: [ 'type', AttachSupport ]
  9. };