index.js 161 B

123456
  1. import InteractionEvents from './InteractionEvents';
  2. export default {
  3. __init__: [ 'interactionEvents' ],
  4. interactionEvents: [ 'type', InteractionEvents ]
  5. };