conorhastings / react-native-syntax-highlighter

a syntax highlighter for react native using https://github.com/conorhastings/react-syntax-highlighter under the hood
MIT License
167 stars 25 forks source link

Add type definition file for this library #27

Closed UNIDY2002 closed 1 year ago

UNIDY2002 commented 3 years ago

This is not huge work, as the props here are mostly the same with those of react-syntax-highlighter, and I believe that it will benefit TypeScript projects consuming this library.

I have tried this in my own project and it seems fine. Hope that I haven't missed something.

Happy new year :)

UNIDY2002 commented 3 years ago

BTW, I think this can fix #26