export type WheelEvent = 'wheel';

export default {
    'wheel': 'onWheel'
};