export type FocusEvent = 'focus' | 'blur';

export default {
    'focus': 'onFocus',
    'blur': 'onBlur'
}
