react-gh-like-diff
react-gh-like-diff copied to clipboard
Typescript support
Please generate Typescript types, per https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html
I'm currently including your component in my project via const { ReactGhLikeDiff } = require("react-gh-like-diff"), but would much rather leverage Typescript to get full type-checking/parameter support.
Thanks!
Me too!
Add @types.
Thanks.