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