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

Hierarchy

Properties

Properties

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

Generated using TypeDoc