Skip to content

Commit

Permalink
adds nomodal options type
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Apr 25, 2024
1 parent 786002b commit 2bb7655
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/base/src/core/IWeb3Auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,5 @@ export interface IWeb3Auth extends SafeEventEmitter {
addPlugin(plugin: IPlugin): void;
getPlugin(pluginName: string): IPlugin | null;
}

export type Web3AuthNoModalOptions = IWeb3AuthCoreOptions;

0 comments on commit 2bb7655

Please sign in to comment.