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 35baaed commit 1839acfCopy full SHA for 1839acf
src/Tooltip.tsx
@@ -24,7 +24,7 @@ export interface TooltipProps extends Pick<TriggerProps, 'onPopupAlign' | 'built
24
align?: AlignType;
25
arrowContent?: React.ReactNode;
26
id?: string;
27
- children?: React.ReactNode;
+ children?: React.ReactElement;
28
popupVisible?: boolean;
29
}
30
0 commit comments