UNPKG

ngx-angular-qrcode

Version:

This library allow you to create beautiful QR Codes in Angular application.

7 lines (6 loc) 177 B
import { Options } from 'qr-code-styling'; export declare const QrPreviewSize: { width: number; height: number; }; export declare const DefaultQrConfiguration: Options;