UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

3 lines (2 loc) 129 B
import { DeepMap } from "../__utils/types"; export declare function unstable_setAllIn<T, V>(object: T, value: V): DeepMap<T, V>;