Search
    Preparing search index...
    interface DOMElement<
        P extends HTMLAttributes<T>
        | SVGAttributes<T>,
        T extends Element,
    > {
        key: null | Key;
        props: P;
        ref: LegacyRef<T>;
        type: string;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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