Skip to content

Commit

Permalink
feat: export features
Browse files Browse the repository at this point in the history
  • Loading branch information
emkis committed Apr 5, 2022
1 parent 8cc955c commit f9d443b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export { createTrackerContext, TrackerContext } from './tracker-context'
export {
withTrackerContext,
TrackModule,
SubtractEventProperties,
} from './with-tracker'
export type { EventProperties } from './data-layer'

0 comments on commit f9d443b

Please sign in to comment.