UNPKG

@shaaz1000/rn-storage

Version:

A comprehensive storage solution for React Native with encryption, caching, and offline sync

8 lines 272 B
export declare function useEncryptedStorage<T>(key: string, initialValue: T): { value: T; setValue: (newValue: T) => Promise<void>; remove: () => Promise<void>; loading: boolean; error: Error | null; }; //# sourceMappingURL=useEncryptedStorage.d.ts.map