UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

3 lines 165 B
/// <reference types="react" /> export declare const useClosureRef: <T>(value: T) => import("react").MutableRefObject<T>; //# sourceMappingURL=useClosureRef.d.ts.map