Юниверс MDM SDK UI
v6.15.0
@universe-ee/sdk
Universe
Vendor
react
PropsWithRef
Псевдоним типа PropsWithRef<P>
PropsWithRef
:
"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
Параметры типа
P
Настройки
Видимость элементов
?
Наследуемый
Защищенный
Внешний
Экспериментальный
Внутренний
Юниверс MDM SDK UI
v6.15.0
Поиск
Подготовка поискового индекса...
Загрузка...
Ensures that the props do not include string ref, which cannot be forwarded