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

Hierarchy (view full)

Properties

Properties

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