UNPKG

@jonyadamit/ngx-qrcode-ivy

Version:

An Angular component for generating QRCodes

14 lines (13 loc) 444 B
import { NgxQrcodeElementTypes, NgxQrcodeErrorCorrectionLevels, NgxQrcodeVersionType } from './qrcode.types'; export declare const DEFAULT_VALUES: { elementType: NgxQrcodeElementTypes; cssClass: string; value: string; version: NgxQrcodeVersionType; errorCorrectionLevel: NgxQrcodeErrorCorrectionLevels; margin: number; scale: number; width: number; colorDark: string; colorLight: string; };