interface ReactHTMLElement<T> {
    key: null | Key;
    props: AllHTMLAttributes<T>;
    ref: LegacyRef<T>;
    type: keyof ReactHTML;
}

Type Parameters

  • T extends HTMLElement

Hierarchy (view full)

Properties

Properties

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