Reference

MemoType

Element type record produced by memo.

Signature

interface MemoType

Members

__mreactMemoCompareProps?: readonly string[]
$$typeof: typeof MEMO_TYPE
compare?: (previous: P, next: P): boolean
type: ElementType<P>