export enum EventType { MOUSE_UP = 'mouseup', MOUSE_MOVE = 'mousemove', SCROLL = 'scroll', RESIZE = 'resize', }