export type SelectionEvent = 'select';

export default {
    'select': 'onSelect'
};