react-dom-event
    Preparing search index...

    Type Alias EventProviderProps

    type EventProviderProps = {
        children?: ReactNode;
        events?: string[];
    }
    Index

    Properties

    Properties

    children?: ReactNode
    events?: string[]