I want to show a tooltip when the line is elapsed is there any way to do that?
Or can we extend the liberty to accept the children as render and pass the variable if text is elapsed
{typeof children === 'function' && children({
isElapsed: true or false,
elapsedText: textWhichWasPassed
})