6 lines
161 B
JavaScript
6 lines
161 B
JavaScript
|
|
import InteractionEvents from './InteractionEvents';
|
||
|
|
|
||
|
|
export default {
|
||
|
|
__init__: [ 'interactionEvents' ],
|
||
|
|
interactionEvents: [ 'type', InteractionEvents ]
|
||
|
|
};
|