Update package index.ts exports so that we are able to generate docs

This commit is contained in:
fabioberger
2019-10-02 18:16:10 +08:00
parent d810aff337
commit c4b69efdd1
7 changed files with 28 additions and 49 deletions

View File

@@ -72,6 +72,9 @@ export {
ERC721ProxyAuthorizedAddressRemovedEventArgs,
ERC721ProxyContract,
OrderValidatorContract,
ExchangeProtocolFeeCollectorAddressEventArgs,
ExchangeProtocolFeeMultiplierEventArgs,
ExchangeTransactionExecutionEventArgs,
} from '@0x/abi-gen-wrappers';
export {
@@ -142,6 +145,7 @@ export {
ConstructorStateMutability,
JSONRPCResponseError,
StateMutability,
RevertErrorAbi,
} from 'ethereum-types';
export {
@@ -153,6 +157,7 @@ export {
SignedZeroExTransaction,
SimpleEvmOutput,
SimpleEvmBytecodeOutput,
EIP712DomainWithDefaultSchema,
} from '@0x/types';
export { AbiDecoder, DecodedCalldata } from '@0x/utils';