UNPKG

mochimo-wallet

Version:

Mochimo HD Wallet Implementation with React Integration

8 lines (6 loc) 191 B
import { Storage } from '../../types/storage'; export declare const StorageProvider: { setStorage: (storage: Storage) => void; getStorage: () => Storage; }; export type { Storage };