UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

3 lines (2 loc) 187 B
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;