Add missing exports to 0x.js

This commit is contained in:
fabioberger
2019-10-02 21:35:47 +08:00
parent 2d69afec86
commit 2825a201cd

View File

@@ -85,6 +85,7 @@ export {
EIP712DomainWithDefaultSchema,
EventCallback,
IndexedFilterValues,
DecodedLogEvent,
} from '@0x/types';
export {
@@ -134,4 +135,6 @@ export {
ParamDescription,
EvmBytecodeOutput,
RevertErrorAbi,
DecodedLogArgs,
LogWithDecodedArgs,
} from 'ethereum-types';