UNPKG

dappauth

Version:

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

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