Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ltthienn committed Oct 19, 2023
1 parent ed81698 commit a50ec5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Tooltip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ interface TooltipProps extends Omit<PopoverProps, 'content'> {
onMouseEnter?: React.MouseEventHandler<HTMLDivElement>
onMouseLeave?: React.MouseEventHandler<HTMLDivElement>
children?: React.ReactNode
dataTestId?: string
}

export default function Tooltip({
Expand Down

0 comments on commit a50ec5b

Please sign in to comment.