Skip to content

Commit 9db3ad2

Browse files
authored
Merge pull request #36 from make-software/feature/added-exports-for-anount-component
Added export for amount component
2 parents fc75ba8 + a8bf47b commit 9db3ad2

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

dist/lib/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export * from './components/contract-identifier/contract-identifier';
7878
export * from './components/contract-icon/contract-icon';
7979
export * from './components/activity-feed-item/activity-feed-item';
8080
export * from './components/cspr-amount/cspr-amount';
81+
export * from './components/cspr-amount-with-fiat/cspr-amount-with-fiat';
8182
export * from './components/token-amount/token-amount';
8283
export * from './hooks/use-click-and-touch-away';
8384
export * from './hooks/use-escape-key';

dist/lib/index.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export * from './components/contract-identifier/contract-identifier';
7878
export * from './components/contract-icon/contract-icon';
7979
export * from './components/activity-feed-item/activity-feed-item';
8080
export * from './components/cspr-amount/cspr-amount';
81+
export * from './components/cspr-amount-with-fiat/cspr-amount-with-fiat';
8182
export * from './components/token-amount/token-amount';
8283
export * from './hooks/use-click-and-touch-away';
8384
export * from './hooks/use-escape-key';

0 commit comments

Comments
 (0)