How to use "renderer" in react-wrapper

Hi,
How to use renderer using react wrapper?
I’ve gone through this https://forum2.handsontable.com/t/how-to-set-a-custom-cell-renderer-with-handsontable-react/1600/2
and what i’m getting stuck with is
Handsontable.renderers.NumericRenderer.apply(this, arguments);
this code line.
Since i’m using react-wrapper i don’t have any object name Handsontable.
Any help would be appriciated

Hi @nimesha95

Here is tutorial with code sample and a working renderer for React for Handsontable https://handsontable.com/docs/6.1.1/frameworks-wrapper-for-react-custom-renderer-example.html

Please let me know if it works for you.