react-dom-event
    Preparing search index...

    Type Alias EventContextType

    type EventContextType = {
        subscribe: (handler: HandlerType) => void;
    }
    Index

    Properties

    Properties

    subscribe: (handler: HandlerType) => void