We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d696fe5 commit e7bea2dCopy full SHA for e7bea2d
react-tooltip.d.ts
@@ -15,7 +15,7 @@ type VoidFunc = (...args: any[]) => void;
15
type GetContentFunc = (toolTipStr: string) => React.ReactNode;
16
type GetContent = GetContentFunc | [GetContentFunc, number];
17
18
-interface TooltipProps {
+export interface TooltipProps {
19
children?: React.ReactNode;
20
uuid?: string;
21
// Placement of tooltip
0 commit comments