Skip to content

Commit 4a7a827

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tooltip.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface TooltipProps extends Pick<TriggerProps, 'onPopupAlign' | 'built
1313
transitionName?: string;
1414
animation?: AnimationType;
1515
onVisibleChange?: (visible: boolean) => void;
16-
afterVisibleChange?: () => void;
16+
afterVisibleChange?: (visible: boolean) => void;
1717
overlay: (() => React.ReactNode) | React.ReactNode;
1818
overlayStyle?: React.CSSProperties;
1919
overlayClassName?: string;

0 commit comments

Comments
 (0)