UNPKG

bigblocks

Version:

Complete Bitcoin UI component library - authentication, social, wallet, market, inscriptions, and blockchain interactions for React

10 lines 300 B
import type { StorageAdapter } from "../types.js"; /** * Browser localStorage adapter * Persists data in the browser * Only works in browser environments */ export declare function createLocalStorage(options?: { prefix?: string; }): StorageAdapter; //# sourceMappingURL=local-storage.d.ts.map