UNPKG

overwatch-ts

Version:

A blazing-fast, zero-boilerplate state management library for React & Next.js

3 lines (2 loc) 166 B
import { ServerStore } from '../core-utils/createServerStore'; export declare function useHydratedStore(snapshot: Record<string, any>, store?: ServerStore): boolean;