UNPKG

dappauth

Version:

A Plug-n-Play library for adding UI interface for adding decentralized authentication to your dapp.

4 lines (3 loc) 204 B
import { WalletModule, TorusOptions } from "../../../interfaces"; declare function torus(allowAuthAnalytics: boolean, projectId: string): (options: TorusOptions) => WalletModule; export default torus;