Add missing exports to 0x.js and contract-wrappers index.ts

This commit is contained in:
Fabio Berger
2018-08-21 16:35:13 +01:00
parent ab7d083aa5
commit 141c51eaf5
2 changed files with 4 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ export {
ExchangeEventArgs,
ExchangeEvents,
ContractEvents,
EventCallback,
DecodedLogEvent,
} from '@0xproject/contract-wrappers';
export { OrderWatcher, OnOrderStateChangeCallback, OrderWatcherConfig } from '@0xproject/order-watcher';