UNPKG

@restate/core

Version:

_Restate_ is a predictable, easy to use, easy to integrate, typesafe state container for [React](https://reactjs.org/).

4 lines 251 B
/// <reference types="react" /> import { RestateStore } from './rx-store'; export declare function createStoreHook<S extends Object>(provider: React.Context<RestateStore<S>>): () => RestateStore<S, any>; //# sourceMappingURL=create-store-hook.d.ts.map