79335133

Date: 2025-01-07 07:13:34
Score: 0.5
Natty:
Report link

Try to add this folder within src directory.

--src
---types
----remote-app.ts.d (can give any name)

In that file, define the type for this component


declare module 'remote_finances/next-remote-component' {
  const Component: React.FC;
  export default Component;
}


Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Husnain Tariq