Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Vendor
React
memo
Function memo
memo
<
P
>
(
Component
,
propsAreEqual
?
)
:
NamedExoticComponent
<
P
>
Type Parameters
P
extends
object
Parameters
Component
:
SFC
<
P
>
Optional
propsAreEqual
:
(
(
prevProps
:
Readonly
<
PropsWithChildren
<
P
>
>
,
nextProps
:
Readonly
<
PropsWithChildren
<
P
>
>
)
=>
boolean
)
(
prevProps
,
nextProps
)
:
boolean
Parameters
prevProps
:
Readonly
<
PropsWithChildren
<
P
>
>
nextProps
:
Readonly
<
PropsWithChildren
<
P
>
>
Returns
boolean
Returns
NamedExoticComponent
<
P
>
memo
<
T
>
(
Component
,
propsAreEqual
?
)
:
MemoExoticComponent
<
T
>
Type Parameters
T
extends
ComponentType
<
any
>
Parameters
Component
:
T
Optional
propsAreEqual
:
(
(
prevProps
:
Readonly
<
ComponentProps
<
T
>
>
,
nextProps
:
Readonly
<
ComponentProps
<
T
>
>
)
=>
boolean
)
(
prevProps
,
nextProps
)
:
boolean
Parameters
prevProps
:
Readonly
<
ComponentProps
<
T
>
>
nextProps
:
Readonly
<
ComponentProps
<
T
>
>
Returns
boolean
Returns
MemoExoticComponent
<
T
>
Юниверс MDM SDK UI
Loading...