export type TransitionEvent = 'transitionend';

export default {
    'transitionend': 'onTransitionEnd'
};