React Hookers - v6.3.0
    Preparing search index...

    Type Alias DOMEventHandler<E>

    DOMEventHandler: (event: E) => void

    A handler that can be attached to a DOM element.

    Type Parameters

    • E extends Event = Event

      An event received by a handler.

    Type declaration

      • (event: E): void
      • Parameters

        • event: E

        Returns void