interface ExoticComponent<P = {}> {
    $$typeof: symbol;
    (props: P): ReactNode;
}

Type Parameters

  • P = {}

Hierarchy (View Summary)

  • NOTE: Exotic components are not callable.

    Parameters

    • props: P

    Returns ReactNode

Properties

Properties

$$typeof: symbol