UNPKG

dappauth

Version:

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

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