Search
    Preparing search index...
    interface NamedExoticComponent<P = {}> {
        $$typeof: symbol;
        displayName?: string;
        (props: P): null | ReactElement<any, string | JSXElementConstructor<any>>;
    }

    Type Parameters

    • P = {}

    Hierarchy (View Summary)

    Index

    Properties

    $$typeof: symbol
    displayName?: string