interface ReactElement {
    key: null | string;
    props: P;
    type: T;
}

Type Parameters

Hierarchy

Properties

Properties

key: null | string
props: P
type: T

Generated using TypeDoc