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 3deef2d commit 4a7a827Copy full SHA for 4a7a827
src/Tooltip.tsx
@@ -13,7 +13,7 @@ export interface TooltipProps extends Pick<TriggerProps, 'onPopupAlign' | 'built
13
transitionName?: string;
14
animation?: AnimationType;
15
onVisibleChange?: (visible: boolean) => void;
16
- afterVisibleChange?: () => void;
+ afterVisibleChange?: (visible: boolean) => void;
17
overlay: (() => React.ReactNode) | React.ReactNode;
18
overlayStyle?: React.CSSProperties;
19
overlayClassName?: string;
0 commit comments