()
| 50 | |
| 51 | export default function Tooltip(props: any) { |
| 52 | const handleConfirm = () => { |
| 53 | props.onConfirm() |
| 54 | } |
| 55 | |
| 56 | const navigateElement = (direction: "parent" | "child" | "prev" | "next") => { |
| 57 | props.onNavigate(direction) |
nothing calls this directly
no outgoing calls
no test coverage detected