Preparing search index...
The search index is not available
react-bindings
react-bindings
UpgradeToBindingsProps
Type Alias UpgradeToBindingsProps<PropsT, PassThruKeyT>
Upgrade
To
Bindings
Props
<
PropsT
,
PassThruKeyT
>
:
{
[
KeyT
in
keyof
PropsT
]
:
KeyT
extends
PassThruKeyT
?
PropsT
[
KeyT
]
:
ReadonlyBinding
extends
PropsT
[
KeyT
]
?
never
:
undefined
extends
PropsT
[
KeyT
]
?
PropsT
[
KeyT
]
|
ReadonlyBinding
<
PropsT
[
KeyT
]
|
undefined
>
:
PropsT
[
KeyT
]
|
ReadonlyBinding
<
PropsT
[
KeyT
]
>
}
Type Parameters
PropsT
extends
Record
<
string
,
any
>
PassThruKeyT
extends
keyof
PropsT
&
string
=
never
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
react-bindings
Loading...