Skip to content

Commit

Permalink
fix: updated reexport
Browse files Browse the repository at this point in the history
  • Loading branch information
yasha-black committed Mar 22, 2023
1 parent 7164bdb commit 54b8161
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/events/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ import { RedeemEvents } from './redeem/events';
import { SwapEvents } from './swap/events';
import { WalletEvents } from './wallet/events';

export { DepositProps } from './deposit/props';
export { RedeemProps } from './redeem/props';
export { SwapProps } from './swap/props';
export { WalletProps } from './wallet/props';

export type AnalyticsEvents = GeneralEvents &
SwapEvents &
DepositEvents &
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ export {
export { AppName } from './analytics/CustomTransport';
export { user } from './analytics/user';
export * from './analytics/utils';
export * from './events';

0 comments on commit 54b8161

Please sign in to comment.