export type ImageEvent = 'load' | 'error';

export default {
    'load': 'onLoad',
    'error': 'onError'
};