UNPKG
@solana/qr-code-styling
Version:
latest (1.6.0)
1.6.0
1.6.0-rc.1
1.6.0-beta.0
Add a style and an image to your QR code
qr-code-styling.com
kozakdenys/qr-code-styling
@solana/qr-code-styling
/
lib
/
constants
/
errorCorrectionPercents.d.ts
6 lines
(5 loc)
•
139 B
TypeScript
View Raw
1
2
3
4
5
6
interface
ErrorCorrectionPercents
{ [
key
:
string
]:
number
; }
declare
const
_default
:
ErrorCorrectionPercents
;
export
default
_default;