UNPKG

@twilio-paste/paste-reakit-fork

Version:

Forked Reakit that addresses SSR hydration issues

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>;