Skip to content

Commit

Permalink
Merge pull request #139 from huextrat/fix/missing-types-export
Browse files Browse the repository at this point in the history
fix: export types from index
  • Loading branch information
mkuczera authored Sep 18, 2024
2 parents 3254566 + 6c5b540 commit 5bb92f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ const RNHapticFeedback = {
}
}

export * from "./types";
export const { trigger } = RNHapticFeedback;
export default RNHapticFeedback;

0 comments on commit 5bb92f6

Please sign in to comment.