Skip to content

Commit

Permalink
feat: TooltipProps and TooltipChildrenContext are exportable
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Mar 9, 2023
1 parent 4df7274 commit 537abaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { default } from "./Tooltip";
export { default, TooltipChildrenContext } from "./Tooltip";
export type { TooltipProps } from "./Tooltip";

export { Placement } from "./Tooltip.type";
export type {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-tooltip-2",
"version": "0.1.1",
"version": "0.1.2",
"description": "Customizable, easy to use tooltip for React Native",
"main": "./build/dist/index.js",
"repository": "[email protected]:WrathChaos/react-native-tooltip-2.git",
Expand Down

0 comments on commit 537abaf

Please sign in to comment.