We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df7274 commit 537abafCopy full SHA for 537abaf
lib/index.ts
@@ -1,4 +1,5 @@
1
-export { default } from "./Tooltip";
+export { default, TooltipChildrenContext } from "./Tooltip";
2
+export type { TooltipProps } from "./Tooltip";
3
4
export { Placement } from "./Tooltip.type";
5
export type {
package.json
@@ -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",
6
"repository": "git@github.com:WrathChaos/react-native-tooltip-2.git",
0 commit comments