UNPKG

@nfid/identitykit

Version:

A React library for adding wallet connections to dApps.

9 lines (8 loc) 397 B
export declare function useModal(): { isModalOpen: boolean; toggleModal: () => void; featuredSigner: import("../../../..").IdentityKitSignerConfig | undefined; signers: import("../../../..").IdentityKitSignerConfig[]; selectCustomSigner: (url: string) => Promise<void>; selectSigner: (signerId?: string) => Promise<import("../../../..").IdentityKitSignerConfig | void>; };