Юниверс DG SDK UI
v2.15.0

Интерфейс ReactElement<P, T>

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

Параметры типа

Иерархия (Просмотр сводки)

Индекс

Свойства

Свойства

key: Key | null
props: P
type: T