Skip to content

Commit 4a7a827

Browse files
authored
1 parent 3deef2d commit 4a7a827

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Tooltip.tsx

Lines changed: 1 addition & 1 deletion
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)