Skip to content

Commit

Permalink
reexport types
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Sep 18, 2024
1 parent dad9431 commit 29cae14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/plugins/wallet-services-plugin/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ type WsPluginEmbedParams = Omit<WsEmbedParams, "buildEnv" | "enableLogging" | "c
confirmationStrategy?: Exclude<WsEmbedParams["confirmationStrategy"], "popup">;
};

export { BUTTON_POSITION, type BUTTON_POSITION_TYPE, CONFIRMATION_STRATEGY, type CONFIRMATION_STRATEGY_TYPE } from "@web3auth/ws-embed";

export class WalletServicesPlugin extends SafeEventEmitter implements IPlugin {
name = EVM_PLUGINS.WALLET_SERVICES;

Expand Down

0 comments on commit 29cae14

Please sign in to comment.