Search
    Preparing search index...
    interface ComponentElement<P, T extends Component<P, ComponentState>> {
        key: null | Key;
        props: P;
        ref?: LegacyRef<T>;
        type: ComponentClass;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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