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 c5374d7 commit 595be48Copy full SHA for 595be48
src/index.tsx
@@ -1,6 +1,7 @@
1
-import Tooltip from './Tooltip';
2
import Popup from './Popup';
+import Tooltip from './Tooltip';
3
4
+export type { TooltipRef } from './Tooltip';
5
export { Popup };
6
7
export default Tooltip;
0 commit comments