aknuds1/html-to-react

Typescript

IamFonky opened this issue · 5 comments

Is there any type definitions that can be used for this awesome module?

I'm not aware of any, sorry. If you don't find any, maybe you could provide a PR?

Is there any type definitions that can be used for this awesome module?

@IamFonky Im not experienced enough with TS but if your up to it you can create a pr in the DefinitelyTyped project https://github.com/DefinitelyTyped/DefinitelyTyped#create-a-new-package

I will do it as soon as I have the time then!

Thank you @alexaivars , how do I use this in my NextJS app (I don't know where to put it, I tried putting it into new file in @types folder but got TS error
error TS1208: 'html-to-react.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.