MemoExoticComponent<T>: NamedExoticComponent<ComponentPropsWithRef<T>> & {
    type: T;
}

Type Parameters