UNPKG

@bentoo/state-man

Version:

A lightweight package for state management in React applications, designed as a simplified alternative to Zustand and the Context API.

3 lines (2 loc) 131 B
import { PersistObject, PersistProps } from 'types'; export declare function persist<T>(props: PersistProps<T>): PersistObject<T>;