aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/0x.js')
-rw-r--r--packages/0x.js/src/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/0x.js/src/index.ts b/packages/0x.js/src/index.ts
index efcb4344a..748662c39 100644
--- a/packages/0x.js/src/index.ts
+++ b/packages/0x.js/src/index.ts
@@ -41,6 +41,8 @@ export {
ExchangeEventArgs,
ExchangeEvents,
ContractEvents,
+ EventCallback,
+ DecodedLogEvent,
} from '@0xproject/contract-wrappers';
export { OrderWatcher, OnOrderStateChangeCallback, OrderWatcherConfig } from '@0xproject/order-watcher';