Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Export `Fee`, `Fees`, `IndividualTxFees`, `MetaMetricsProps` and `FeatureFlags` types ([#537](https://github.com/MetaMask/smart-transactions-controller/pull/537))

## [19.0.0]

### Added
Expand Down
7 changes: 7 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@ export type {
SmartTransactionsControllerSmartTransactionConfirmationDoneEvent,
SmartTransactionsControllerEvents,
} from './SmartTransactionsController';
export type {
Fee,
Fees,
IndividualTxFees,
MetaMetricsProps,
FeatureFlags,
} from './types';
Loading