declare enum EventPropagationTypes { bubbling = "BUBBLING", capturing = "CAPTURING" } export default EventPropagationTypes;