UNPKG

@mindsorg/web3modal-angular

Version:

Web3Modal implementation for Angular

6 lines 313 B
export declare let local: Storage; export declare const setLocal: (key: string, data: any) => void; export declare const getLocal: (key: string) => any; export declare const removeLocal: (key: string) => void; export declare const updateLocal: (key: string, data: any) => void; //# sourceMappingURL=local.d.ts.map