Type export missing for tooltip formatter callback #14723
Labels
duplicate
en
This issue is in English
new-feature
pending
We are not sure about whether this is a bug/new feature.
typescript
What problem does this feature solve?
It is difficult to write a tooltip formatter in a typed application because it seems the necessary type is not exported. As far as I can tell, the type is declared as
TooltipFormatterCallback<TopLevelFormatterParams>
, but since the type is not exported in 5.0.2, it cannot be consumed in the user's application.The text was updated successfully, but these errors were encountered: