UNPKG
@darthmaim/react-native-barcode
Version:
latest (1.0.1)
1.0.1
Renders EAN barcodes
github.com/darthmaim/barcode
darthmaim/barcode
@darthmaim/react-native-barcode
/
lib
/
index.d.ts
7 lines
(6 loc)
•
149 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
FC
}
from
'react'
;
export
interface
BarCodeProps
{
value
:
string
;
flat
?:
boolean
; }
export
declare
const
BarCode
:
FC
<
BarCodeProps
>;