UNPKG
react-barcode-qrcode
Version:
alpha (0.1.0-alpha.3)
latest (0.1.0-alpha.0)
0.1.0-alpha.3
0.1.0-alpha.1
0.1.0-alpha.0
A react library for generating qrcode and barcode.
react-barcode-qrcode
/
dist
/
generator
/
Barcode
/
index.d.ts
5 lines
(4 loc)
•
138 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
{
BarcodeProps
}
from
'./types'
;
declare
const
Barcode
:
React
.
FC
<
BarcodeProps
>;
export
default
Barcode
;