UNPKG

@raulpesilva/re-state

Version:

easy way to create a shared state to the entire application

3 lines (2 loc) 121 B
import type { UniqueKey } from '../core/types'; export declare function createReStateSelect<S>(key: UniqueKey): () => S;