Search
    Preparing search index...
    interface ReactPortal {
        children: ReactNode;
        key: null | Key;
        props: any;
        type: string | JSXElementConstructor<any>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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