UNPKG
@twilio-paste/paste-reakit-fork
Version:
latest (1.4.1)
1.4.1
Forked Reakit that addresses SSR hydration issues
twilio-labs/paste-reakit
@twilio-paste/paste-reakit-fork
/
ts
/
Form
/
utils
/
setIn.d.ts
3 lines
(2 loc)
•
187 B
TypeScript
View Raw
1
2
3
import
{
DeepPath
}
from
"../__utils/types"
;
export
declare
function
unstable_setIn<T
extends
Record
<
any
,
any
> |
Array
<
any
>, P
extends
DeepPath
<T, P>>(
object
: T,
path
: P,
value
:
any
): T;