UNPKG

dappauth

Version:

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

18 lines (17 loc) 524 B
import metamask from "./wallets/metamask"; import coinbase from "./wallets/coinbase"; import trust from "./wallets/trust"; declare const _default: (allowAuthAnalytics: boolean, projectId: any) => { defaults: Function; metamask: typeof metamask; dapper: Function; walletConnect: Function; coinbase: typeof coinbase; trust: typeof trust; portis: Function; fortmatic: Function; authereum: Function; squarelink: Function; torus: Function; }; export default _default;