UNPKG
@charles-goode/qr-code-styling
Version:
latest (1.6.2)
1.6.2
1.6.1
1.6.0
Add a style and an image to your QR code
qr-code-styling.com
kozakdenys/qr-code-styling
@charles-goode/qr-code-styling
/
lib
/
constants
/
dotTypes.d.ts
4 lines
(3 loc)
•
99 B
TypeScript
View Raw
1
2
3
4
import
{
DotTypes
}
from
"../types"
;
declare
const
_default
:
DotTypes
;
export
default
_default;