Skip to content

Commit 537abaf

Browse files
committed
feat: TooltipProps and TooltipChildrenContext are exportable
1 parent 4df7274 commit 537abaf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
export { default } from "./Tooltip";
1+
export { default, TooltipChildrenContext } from "./Tooltip";
2+
export type { TooltipProps } from "./Tooltip";
23

34
export { Placement } from "./Tooltip.type";
45
export type {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-tooltip-2",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Customizable, easy to use tooltip for React Native",
55
"main": "./build/dist/index.js",
66
"repository": "git@github.com:WrathChaos/react-native-tooltip-2.git",

0 commit comments

Comments
 (0)