Good afternoon, there is a project for react typescript. All the integration has already been fully done, but we got a problem with the display of UI Elements.
When importing a component, I got the error Could not find a declaration file for module ‘box-ui-elements/es/elements/content-explorer’. ‘***/node_modules/box-ui-elements/es/elements/content-explorer/index.js’ implicitly has an ‘any’ type. (any component, this one as an example).
How can I import and make it work instead of with a typescript?