UNPKG
walletlink-e
Version:
latest (2.0.3-e1)
2.0.3-e1
WalletLink JavaScript SDK
github.com/luckyCoco3418/walletlink
luckyCoco3418/walletlink
walletlink-e
/
dist
/
components
/
QRCode.d.ts
10 lines
(9 loc)
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
FunctionComponent
}
from
"preact"
;
export
interface
QRCodeProps
{
content
:
string
;
width
?:
number
;
height
?:
number
;
fgColor
?:
string
;
bgColor
?:
string
; }
export
declare
const
QRCode
:
FunctionComponent
<
QRCodeProps
>;