UNPKG

bigblocks

Version:

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

10 lines 333 B
import type { StorageAdapter } from "../types.js"; /** * Browser sessionStorage adapter * Data persists only for the duration of the page session * Only works in browser environments */ export declare function createSessionStorage(options?: { prefix?: string; }): StorageAdapter; //# sourceMappingURL=session-storage.d.ts.map