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

Интерфейс ReactPortal

interface ReactPortal {
    children: ReactNode;
    key: Key | null;
    props: any;
    type: string | JSXElementConstructor<any>;
}

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

Индекс

Свойства

Свойства

children: ReactNode
key: Key | null
props: any
type: string | JSXElementConstructor<any>