Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Vendor
React
PropsWithRef
Type Alias PropsWithRef<P>
Props
With
Ref
<
P
>
:
"ref"
extends
keyof
P
?
P
extends
{
ref
?:
infer
R
;
}
?
string
extends
R
?
PropsWithoutRef
<
P
>
&
{
ref
?:
Exclude
<
R
,
string
>
;
}
:
P
:
P
:
P
Ensures that the props do not include string ref, which cannot be forwarded
Type Parameters
P
Юниверс MDM SDK UI
Loading...
Ensures that the props do not include string ref, which cannot be forwarded