react-barcode
react-barcode copied to clipboard
Add missing "id" and "className" to the component type definition
It seems that the properties className and id are missing from the component property type definition. They seem to be supported and work with ts-ignore, but without it there will of course be an error.
This change adds type entries for the missing properties and should fix the issue.