interface ExoticComponent {
    $$typeof: symbol;
    (props): ReactNode;
}

Type Parameters

  • P = {}

Hierarchy

  • NOTE: Exotic components are not callable.

    Parameters

    • props: P

    Returns ReactNode

Properties

Properties

$$typeof: symbol

Generated using TypeDoc