UNPKG

@plq/use-persisted-state

Version:
4 lines 258 B
import { Storage } from './@types/storage'; import { PersistedState } from './@types/hook'; export default function createPersistedState(storageKey: string, storage: Storage): [PersistedState, () => void]; //# sourceMappingURL=create-persisted-state.d.ts.map