UNPKG

@renegade-fi/react

Version:
7 lines 304 B
import type { Config } from "@renegade-fi/core"; export type UseWalletIdParameters = { config?: Config; }; export type UseWalletIdReturnType = string | undefined; export declare function useWalletId(parameters?: UseWalletIdParameters): UseWalletIdReturnType; //# sourceMappingURL=useWalletId.d.ts.map