Search
    Preparing search index...

    Interface DetailedReactHTMLElement<P, T>

    interface DetailedReactHTMLElement<
        P extends HTMLAttributes<T>,
        T extends HTMLElement,
    > {
        key: null | Key;
        props: P;
        ref: LegacyRef<T>;
        type: keyof ReactHTML;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: null | Key
    props: P
    ref: LegacyRef<T>
    type: keyof ReactHTML