Interface ReactElement<P, T>

interface ReactElement<P, T> {
    key: null | Key;
    props: P;
    type: T;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

key: null | Key
props: P
type: T