Skip to main content

reactant-storage

Classes

Interfaces

Type Aliases

SetStorageOptions

Ƭ SetStorageOptions<T>: Pick<Partial<PersistConfig<any>>, Exclude<keyof PersistConfig<any>, "key" | "blacklist" | "whitelist">> & { blacklist?: keyof T[] ; whitelist?: keyof T[] }

Type parameters

Name
T

Defined in

packages/reactant-storage/src/storage.tsx:48

Variables

REHYDRATE

Const REHYDRATE: "persist/REHYDRATE"

Defined in

node_modules/redux-persist/types/constants.d.ts:4


StorageOptions

Const StorageOptions: typeof StorageOptions

Defined in

packages/reactant-storage/src/storage.tsx:29

Functions

getRehydrated

getRehydrated(target): undefined | boolean

Parameters

NameType
targetobject

Returns

undefined | boolean

Defined in

packages/reactant-storage/src/storage.tsx:31