UNPKG
@lglab/react-qr-code
Version:
latest (1.7.1)
1.7.1
1.7.0
1.6.0
1.5.0
1.4.10
1.4.9
1.4.5
1.4.4
1.4.3
1.4.2
1.4.0
1.3.4
1.3.3
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
React library to generate QR codes
reactqrcode.com
LGLabGreg/react-qr-code
@lglab/react-qr-code
/
dist
/
react-qr-code.d.ts
4 lines
•
280 B
TypeScript
View Raw
1
2
3
4
import
{
ReactQRCodeProps
,
ReactQRCodeRef
}
from
'./types/lib'
;
declare
const
ReactQRCode
:
import
(
'react'
).
ForwardRefExoticComponent
<
Omit
<
ReactQRCodeProps
,
"ref"
> &
import
(
'react'
).
RefAttributes
<
ReactQRCodeRef
>>;
export
{
ReactQRCode
};
//# sourceMappingURL=react-qr-code.d.ts.map