UNPKG

@pontem/aptos-wallet-adapter

Version:
3 lines 208 B
import type { Dispatch, SetStateAction } from 'react'; export declare function useLocalStorage<T>(key: string, defaultState: T): [T, Dispatch<SetStateAction<T>>]; //# sourceMappingURL=useLocalStorage.d.ts.map