Search
    Preparing search index...
    interface ReactHTMLElement<T extends HTMLElement> {
        key: null | Key;
        props: AllHTMLAttributes;
        ref: LegacyRef<T>;
        type: keyof ReactHTML;
    }

    Type Parameters

    • T extends HTMLElement

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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