UNPKG
zmp-qrcode
Version:
latest (3.0.0)
3.0.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
React component for generating QR Code that match Zalo Miniapps looks and feels.
zmp-qrcode
/
build
/
QRCode
/
index.d.ts
4 lines
(3 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
import
React
from
"react"
;
import
{
QRCodeInstance
,
QRCodeProps
}
from
"./QRCodeProps.types"
;
export
declare
const
QRCode
:
React
.
ForwardRefExoticComponent
<
QRCodeProps
&
React
.
RefAttributes
<
QRCodeInstance
>>;