interface DOMElement<P, T> {
    key: null | Key;
    props: P;
    ref: LegacyRef<T>;
    type: string;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

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