Skip to content

Commit

Permalink
Merge pull request #68 from balena-io-modules/export-missing-icon-but…
Browse files Browse the repository at this point in the history
…ton-with-tracking

Add missing IconButtonWithTracking export
  • Loading branch information
flowzone-app[bot] authored Feb 28, 2024
2 parents baf0149 + f96c1cb commit 6e858bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ export { VirtualizedAutocomplete } from './components/VirtualizedAutocomplete';
export { Map } from './components/Map';
export { Markdown } from './components/Markdown';
export { Truncate } from './components/Truncate';
export { IconButtonWithTracking } from './components/IconButtonWithTracking';
export type { IconButtonWithTrackingProps } from './components/IconButtonWithTracking';
export {
AnalyticsContextProvider,
useAnalyticsContext,
Expand Down

0 comments on commit 6e858bb

Please sign in to comment.