How to implement dhx-suite widget with Next.js?

How to implement dhx-suite widget with Next.js?
I have tried to implement dhx-suite widget with the react-widgets

It would be appreciated if you provide a working example with next js with typescript

Unfortunately we have no example of the Suite components with the next.js.
Here is a simple demo with the dhx.Grid in React app:
https://files.dhtmlx.com/30d/0aa78a90424fa21d43bef068b11b51c1/grid_effect.zip
Just copy the dhx.Suite sources to the “grid_effect/src/suite_src/” folder and run the

npm install
npm start

to start the app.
If the problem still occurs for you please, provide a complete demo, where your issue can be reproduced.