Skip to content

Commit

Permalink
Update Tooltip.tsx (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
heroboy authored Dec 2, 2020
1 parent 3deef2d commit 4a7a827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface TooltipProps extends Pick<TriggerProps, 'onPopupAlign' | 'built
transitionName?: string;
animation?: AnimationType;
onVisibleChange?: (visible: boolean) => void;
afterVisibleChange?: () => void;
afterVisibleChange?: (visible: boolean) => void;
overlay: (() => React.ReactNode) | React.ReactNode;
overlayStyle?: React.CSSProperties;
overlayClassName?: string;
Expand Down

0 comments on commit 4a7a827

Please sign in to comment.