UNPKG

xtreme-ui

Version:

Collection of reusable components that can be used in web projects

3 lines 180 B
import { TStateHook } from './types'; export declare const usePersistingState: <T>(key: string, initialState?: T) => TStateHook<T>; //# sourceMappingURL=usePersistingState.d.ts.map