Skip to content

Commit 595be48

Browse files
patch: export tooltip ref (#454)
* patch: export tooltip ref * patch: export TooltipRef as a type --------- Co-authored-by: Charlie Blevins <[email protected]>
1 parent c5374d7 commit 595be48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import Tooltip from './Tooltip';
21
import Popup from './Popup';
2+
import Tooltip from './Tooltip';
33

4+
export type { TooltipRef } from './Tooltip';
45
export { Popup };
56

67
export default Tooltip;

0 commit comments

Comments
 (0)