react-barcode
react-barcode copied to clipboard
Giving type Error for text property on Barcode component.
When I am trying to change text under barcode using text property it gives typescript error due to the property is not defined on the types file.Though it is rendering text properly.It caused build failure on next js app.
Example code :
<Barcode text='This text is not added on the types' width={1.2} height={30} fontSize={13} value={barcode} />