export type UIEvent = 'scroll';

export default {
    'scroll': 'onScroll'
};