Search
    Preparing search index...
    interface ReactElement<
        P = any,
        T extends
            string | JSXElementConstructor<any> =
            | string
            | JSXElementConstructor<any>,
    > {
        key: null
        | Key;
        props: P;
        type: T;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: null | Key
    props: P
    type: T