kendo-react
kendo-react copied to clipboard
Fix Chart`s visual functions expected return element type.
Fix Chart`s visual functions expected return element type.
Currently, the function expected to return Element type, where the correct one is the drawing.Element:
https://www.telerik.com/kendo-react-ui/components/charts/api/ChartCategoryAxisLabelsProps/#toc-visual
Also, the interface AxisLabelVisualArgs is not exported.