export type OtherEvent = 'toggle';

export default {
    'toggle': 'onToggle'
};