getExportedCustomDirectEventTypeConstants

Returns a map of config data passed to JS that defines eligible events that can be placed on native views. This should return non-bubbling directly-dispatched event types.

Returned map should be of the form:

{
  "onTwirl": {
    "registrationName": "onTwirl"
  }
}